Color Hex Logo

#5d0cab Color Hex

#5D0CAB
(93,12,171)
0 Favorites   0 Comments

Color spaces of #5d0cab

RGB 9312171
HSL0.750.870.36
HSV271°93°67°
CMYK 0.460.930.00   0.33
XYZ11.99645.530438.9633
Yxy5.53040.21240.0979
Hunter Lab23.516849.9021-81.7716
CIE-Lab28.195460.3104-65.7924

#5d0cab color RGB value is (93,12,171).

#5d0cab hex color red value is 93, green value is 12 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5d0cab hue: 0.75 , saturation: 0.87 and the lightness value of 5d0cab is 0.36.

The process color (four color CMYK) of #5d0cab color hex is 0.46, 0.93, 0.00, 0.33. Web safe color of #5d0cab is #660099. Color #5d0cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00001100 10101011
Octal 135 14 253
Decimal 93 12 171
Hex 5D C AB

RGB Percentages of Color #5d0cab

%33.70
%4.35
%61.96

CMYK Percentages of Color #5d0cab

%46
%93
%0
%33

Triadic Colors of #5d0cab

#5d0cab #ab5d0c #0cab5d

Analogous Colors of #5d0cab

#5d0cab #ab0caa #0e0cab

Monochromatic Colors of #5d0cab

#5d0cab

Complementary Color

#5d0cab #5aab0c

#5d0cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d0cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d0cab Color CSS Codes

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

#5d0cab Text Font Color

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

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


#5d0cab Background Color

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

This div background color is #5d0cab


#5d0cab Border Color

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

This div border color is #5d0cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d0cab


Comments

No comments written yet.

Please login to write comment.