Color Hex Logo

#0605ce Color Hex

#0605CE
(6,5,206)
0 Favorites   0 Comments

Color spaces of #0605ce

RGB 65206
HSL0.670.950.41
HSV240°98°81°
CMYK 0.970.980.00   0.19
XYZ11.27004.603558.6871
Yxy4.60350.15120.0617
Hunter Lab21.455856.2125-147.1545
CIE-Lab25.573966.4419-91.0846

#0605ce color RGB value is (6,5,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000101 11001110
Octal 6 5 316
Decimal 6 5 206
Hex 6 5 CE

RGB Percentages of Color #0605ce

%2.76
%2.30
%94.93

CMYK Percentages of Color #0605ce

%97
%98
%0
%19

Triadic Colors of #0605ce

#0605ce #ce0605 #05ce06

Analogous Colors of #0605ce

#0605ce #6b05ce #0569ce

Monochromatic Colors of #0605ce

#0605ce

Complementary Color

#0605ce #cdce05

#0605ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0605ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0605ce Color CSS Codes

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

#0605ce Text Font Color

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

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


#0605ce Background Color

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

This div background color is #0605ce


#0605ce Border Color

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

This div border color is #0605ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0605ce


Comments

No comments written yet.

Please login to write comment.