Color Hex Logo

#5947cd Color Hex

#5947CD
(89,71,205)
0 Favorites   0 Comments

Color spaces of #5947cd

RGB 8971205
HSL0.690.570.54
HSV248°65°80°
CMYK 0.570.650.00   0.20
XYZ17.392511.038158.9715
Yxy11.03810.19900.1263
Hunter Lab33.223635.3030-81.9824
CIE-Lab39.644644.0173-67.0873

#5947cd color RGB value is (89,71,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000111 11001101
Octal 131 107 315
Decimal 89 71 205
Hex 59 47 CD

RGB Percentages of Color #5947cd

%24.38
%19.45
%56.16

CMYK Percentages of Color #5947cd

%57
%65
%0
%20

Triadic Colors of #5947cd

#5947cd #cd5947 #47cd59

Analogous Colors of #5947cd

#5947cd #9c47cd #4778cd

Monochromatic Colors of #5947cd

#5947cd

Complementary Color

#5947cd #bbcd47

#5947cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5947cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5947cd Color CSS Codes

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

#5947cd Text Font Color

<p style="color:#5947cd">Text here</p>

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


#5947cd Background Color

<div style="background-color:#5947cd">
Div content here</div>

This div background color is #5947cd


#5947cd Border Color

<div style="border:3px solid #5947cd">
Div here</div>

This div border color is #5947cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,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 #5947cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5947cd


Comments

No comments written yet.

Please login to write comment.