Color Hex Logo

#0201ce Color Hex

#0201CE
(2,1,206)
0 Favorites   0 Comments

Color spaces of #0201ce

RGB 21206
HSL0.670.990.41
HSV240°100°81°
CMYK 0.991.000.00   0.19
XYZ11.17654.490858.6703
Yxy4.49080.15030.0604
Hunter Lab21.191557.0566-149.3148
CIE-Lab25.231867.2351-91.6588

#0201ce color RGB value is (2,1,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000001 11001110
Octal 2 1 316
Decimal 2 1 206
Hex 2 1 CE

RGB Percentages of Color #0201ce

%0.96
%0.48
%98.56

CMYK Percentages of Color #0201ce

%99
%100
%0
%19

Triadic Colors of #0201ce

#0201ce #ce0201 #01ce02

Analogous Colors of #0201ce

#0201ce #6901ce #0167ce

Monochromatic Colors of #0201ce

#0201ce

Complementary Color

#0201ce #cdce01

#0201ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0201ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0201ce Color CSS Codes

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

#0201ce Text Font Color

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

This sample text font color is #0201ce
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.


#0201ce Background Color

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

This div background color is #0201ce


#0201ce Border Color

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

This div border color is #0201ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,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 #0201ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0201ce


Comments

No comments written yet.

Please login to write comment.