Color Hex Logo

#5d4cca Color Hex

#5D4CCA
(93,76,202)
0 Favorites   0 Comments

Color spaces of #5d4cca

RGB 9376202
HSL0.690.540.55
HSV248°62°79°
CMYK 0.540.620.00   0.21
XYZ17.759311.760357.2111
Yxy11.76030.20480.1356
Hunter Lab34.293332.4257-74.9075
CIE-Lab40.832640.8782-63.4003

#5d4cca color RGB value is (93,76,202).

#5d4cca hex color red value is 93, green value is 76 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5d4cca hue: 0.69 , saturation: 0.54 and the lightness value of 5d4cca is 0.55.

The process color (four color CMYK) of #5d4cca color hex is 0.54, 0.62, 0.00, 0.21. Web safe color of #5d4cca is #6633cc. Color #5d4cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01001100 11001010
Octal 135 114 312
Decimal 93 76 202
Hex 5D 4C CA

RGB Percentages of Color #5d4cca

%25.07
%20.49
%54.45

CMYK Percentages of Color #5d4cca

%54
%62
%0
%21

Triadic Colors of #5d4cca

#5d4cca #ca5d4c #4cca5d

Analogous Colors of #5d4cca

#5d4cca #9c4cca #4c7aca

Monochromatic Colors of #5d4cca

#5d4cca

Complementary Color

#5d4cca #b9ca4c

#5d4cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d4cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d4cca Color CSS Codes

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

#5d4cca Text Font Color

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

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


#5d4cca Background Color

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

This div background color is #5d4cca


#5d4cca Border Color

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

This div border color is #5d4cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d4cca


Comments

No comments written yet.

Please login to write comment.