Color Hex Logo

#5d47cd Color Hex

#5D47CD
(93,71,205)
0 Favorites   0 Comments

Color spaces of #5d47cd

RGB 9371205
HSL0.690.570.54
HSV250°65°80°
CMYK 0.550.650.00   0.20
XYZ17.786911.241458.9899
Yxy11.24140.20210.1277
Hunter Lab33.528236.0209-80.8458
CIE-Lab39.984144.6834-66.5188

#5d47cd color RGB value is (93,71,205).

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

The process color (four color CMYK) of #5d47cd color hex is 0.55, 0.65, 0.00, 0.20. Web safe color of #5d47cd is #6633cc. Color #5d47cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01000111 11001101
Octal 135 107 315
Decimal 93 71 205
Hex 5D 47 CD

RGB Percentages of Color #5d47cd

%25.20
%19.24
%55.56

CMYK Percentages of Color #5d47cd

%55
%65
%0
%20

Triadic Colors of #5d47cd

#5d47cd #cd5d47 #47cd5d

Analogous Colors of #5d47cd

#5d47cd #a047cd #4774cd

Monochromatic Colors of #5d47cd

#5d47cd

Complementary Color

#5d47cd #b7cd47

#5d47cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d47cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d47cd Color CSS Codes

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

#5d47cd Text Font Color

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

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


#5d47cd Background Color

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

This div background color is #5d47cd


#5d47cd Border Color

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

This div border color is #5d47cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d47cd


Comments

No comments written yet.

Please login to write comment.