Color Hex Logo

#2601ce Color Hex

#2601CE
(38,1,206)
0 Favorites   0 Comments

Color spaces of #2601ce

RGB 381206
HSL0.700.990.41
HSV251°100°81°
CMYK 0.821.000.00   0.19
XYZ11.95084.890058.7065
Yxy4.89000.15820.0647
Hunter Lab22.113357.7691-141.9237
CIE-Lab26.419167.6488-89.6453

#2601ce color RGB value is (38,1,206).

#2601ce hex color red value is 38, green value is 1 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2601ce hue: 0.70 , saturation: 0.99 and the lightness value of 2601ce is 0.41.

The process color (four color CMYK) of #2601ce color hex is 0.82, 1.00, 0.00, 0.19. Web safe color of #2601ce is #3300cc. Color #2601ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00000001 11001110
Octal 46 1 316
Decimal 38 1 206
Hex 26 1 CE

RGB Percentages of Color #2601ce

%15.51
%0.41
%84.08

CMYK Percentages of Color #2601ce

%82
%100
%0
%19

Triadic Colors of #2601ce

#2601ce #ce2601 #01ce26

Analogous Colors of #2601ce

#2601ce #8d01ce #0143ce

Monochromatic Colors of #2601ce

#2601ce

Complementary Color

#2601ce #a9ce01

#2601ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2601ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2601ce Color CSS Codes

.mybgcolor {background-color:#2601ce; } 
.myforecolor {color:#2601ce; }
.mybordercolor {border:3px solid #2601ce; }

#2601ce Text Font Color

<p style="color:#2601ce">Text here</p>

This sample text font color is #2601ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2601ce Background Color

<div style="background-color:#2601ce">
Div content here</div>

This div background color is #2601ce


#2601ce Border Color

<div style="border:3px solid #2601ce">
Div here</div>

This div border color is #2601ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,1,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2601ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2601ce;
  -webkit-box-shadow: 1px 1px 3px 2px #2601ce;
  box-shadow:         1px 1px 3px 2px #2601ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,1,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2601ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2601ce;
  -webkit-box-shadow: 1px 1px 3px 2px #2601ce;
  box-shadow:         1px 1px 3px 2px #2601ce;">
Div content here</div>

This div box has shadow with color #2601ce


Comments

No comments written yet.

Please login to write comment.