Color Hex Logo

#5f09ce Color Hex

#5F09CE
(95,9,206)
0 Favorites   0 Comments

Color spaces of #5f09ce

RGB 959206
HSL0.740.920.42
HSV266°96°81°
CMYK 0.540.960.00   0.19
XYZ15.95767.084558.9189
Yxy7.08450.19470.0864
Hunter Lab26.616760.4373-112.6129
CIE-Lab31.998568.9430-80.2217

#5f09ce color RGB value is (95,9,206).

#5f09ce hex color red value is 95, green value is 9 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5f09ce hue: 0.74 , saturation: 0.92 and the lightness value of 5f09ce is 0.42.

The process color (four color CMYK) of #5f09ce color hex is 0.54, 0.96, 0.00, 0.19. Web safe color of #5f09ce is #6600cc. Color #5f09ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00001001 11001110
Octal 137 11 316
Decimal 95 9 206
Hex 5F 9 CE

RGB Percentages of Color #5f09ce

%30.65
%2.90
%66.45

CMYK Percentages of Color #5f09ce

%54
%96
%0
%19

Triadic Colors of #5f09ce

#5f09ce #ce5f09 #09ce5f

Analogous Colors of #5f09ce

#5f09ce #c209ce #0915ce

Monochromatic Colors of #5f09ce

#5f09ce

Complementary Color

#5f09ce #78ce09

#5f09ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f09ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f09ce Color CSS Codes

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

#5f09ce Text Font Color

<p style="color:#5f09ce">Text here</p>

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


#5f09ce Background Color

<div style="background-color:#5f09ce">
Div content here</div>

This div background color is #5f09ce


#5f09ce Border Color

<div style="border:3px solid #5f09ce">
Div here</div>

This div border color is #5f09ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f09ce


Comments

No comments written yet.

Please login to write comment.