Color Hex Logo

#5d09cb Color Hex

#5D09CB
(93,9,203)
0 Favorites   0 Comments

Color spaces of #5d09cb

RGB 939203
HSL0.740.920.42
HSV266°96°80°
CMYK 0.540.960.00   0.20
XYZ15.39146.834357.0079
Yxy6.83430.19430.0863
Hunter Lab26.142559.3426-110.9916
CIE-Lab31.426768.1061-79.4261

#5d09cb color RGB value is (93,9,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 00001001 11001011
Octal 135 11 313
Decimal 93 9 203
Hex 5D 9 CB

RGB Percentages of Color #5d09cb

%30.49
%2.95
%66.56

CMYK Percentages of Color #5d09cb

%54
%96
%0
%20

Triadic Colors of #5d09cb

#5d09cb #cb5d09 #09cb5d

Analogous Colors of #5d09cb

#5d09cb #be09cb #0916cb

Monochromatic Colors of #5d09cb

#5d09cb

Complementary Color

#5d09cb #77cb09

#5d09cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d09cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d09cb Color CSS Codes

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

#5d09cb Text Font Color

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

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


#5d09cb Background Color

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

This div background color is #5d09cb


#5d09cb Border Color

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

This div border color is #5d09cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,9,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d09cb


Comments

No comments written yet.

Please login to write comment.