Color Hex Logo

#5d2dc1 Color Hex

#5D2DC1
(93,45,193)
0 Favorites   0 Comments

Color spaces of #5d2dc1

RGB 9345193
HSL0.720.620.47
HSV259°77°76°
CMYK 0.520.770.00   0.24
XYZ15.07828.054251.2120
Yxy8.05420.20280.1083
Hunter Lab28.379945.1719-87.1238
CIE-Lab34.095554.7412-69.1655

#5d2dc1 color RGB value is (93,45,193).

#5d2dc1 hex color red value is 93, green value is 45 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #5d2dc1 hue: 0.72 , saturation: 0.62 and the lightness value of 5d2dc1 is 0.47.

The process color (four color CMYK) of #5d2dc1 color hex is 0.52, 0.77, 0.00, 0.24. Web safe color of #5d2dc1 is #6633cc. Color #5d2dc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00101101 11000001
Octal 135 55 301
Decimal 93 45 193
Hex 5D 2D C1

RGB Percentages of Color #5d2dc1

%28.10
%13.60
%58.31

CMYK Percentages of Color #5d2dc1

%52
%77
%0
%24

Triadic Colors of #5d2dc1

#5d2dc1 #c15d2d #2dc15d

Analogous Colors of #5d2dc1

#5d2dc1 #a72dc1 #2d47c1

Monochromatic Colors of #5d2dc1

#5d2dc1

Complementary Color

#5d2dc1 #91c12d

#5d2dc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d2dc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d2dc1 Color CSS Codes

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

#5d2dc1 Text Font Color

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

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


#5d2dc1 Background Color

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

This div background color is #5d2dc1


#5d2dc1 Border Color

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

This div border color is #5d2dc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d2dc1


Comments

No comments written yet.

Please login to write comment.