Color Hex Logo

#5d2cdc Color Hex

#5D2CDC
(93,44,220)
0 Favorites   0 Comments

Color spaces of #5d2cdc

RGB 9344220
HSL0.710.720.52
HSV257°80°86°
CMYK 0.580.800.00   0.14
XYZ18.33329.295868.5382
Yxy9.29580.19060.0967
Hunter Lab30.489053.9772-111.9395
CIE-Lab36.547762.3941-80.8045

#5d2cdc color RGB value is (93,44,220).

#5d2cdc hex color red value is 93, green value is 44 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5d2cdc hue: 0.71 , saturation: 0.72 and the lightness value of 5d2cdc is 0.52.

The process color (four color CMYK) of #5d2cdc color hex is 0.58, 0.80, 0.00, 0.14. Web safe color of #5d2cdc is #6633cc. Color #5d2cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00101100 11011100
Octal 135 54 334
Decimal 93 44 220
Hex 5D 2C DC

RGB Percentages of Color #5d2cdc

%26.05
%12.32
%61.62

CMYK Percentages of Color #5d2cdc

%58
%80
%0
%14

Triadic Colors of #5d2cdc

#5d2cdc #dc5d2c #2cdc5d

Analogous Colors of #5d2cdc

#5d2cdc #b52cdc #2c53dc

Monochromatic Colors of #5d2cdc

#5d2cdc

Complementary Color

#5d2cdc #abdc2c

#5d2cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d2cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d2cdc Color CSS Codes

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

#5d2cdc Text Font Color

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

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


#5d2cdc Background Color

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

This div background color is #5d2cdc


#5d2cdc Border Color

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

This div border color is #5d2cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d2cdc


Comments

No comments written yet.

Please login to write comment.