Color Hex Logo

#5949cd Color Hex

#5949CD
(89,73,205)
0 Favorites   0 Comments

Color spaces of #5949cd

RGB 8973205
HSL0.690.570.55
HSV247°64°80°
CMYK 0.570.640.00   0.20
XYZ17.521811.296759.0146
Yxy11.29670.19950.1286
Hunter Lab33.610634.2368-80.5761
CIE-Lab40.075842.8604-66.3835

#5949cd color RGB value is (89,73,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001001 11001101
Octal 131 111 315
Decimal 89 73 205
Hex 59 49 CD

RGB Percentages of Color #5949cd

%24.25
%19.89
%55.86

CMYK Percentages of Color #5949cd

%57
%64
%0
%20

Triadic Colors of #5949cd

#5949cd #cd5949 #49cd59

Analogous Colors of #5949cd

#5949cd #9b49cd #497bcd

Monochromatic Colors of #5949cd

#5949cd

Complementary Color

#5949cd #bdcd49

#5949cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5949cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5949cd Color CSS Codes

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

#5949cd Text Font Color

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

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


#5949cd Background Color

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

This div background color is #5949cd


#5949cd Border Color

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

This div border color is #5949cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5949cd


Comments

No comments written yet.

Please login to write comment.