Color Hex Logo

#5942dc Color Hex

#5942DC
(89,66,220)
0 Favorites   0 Comments

Color spaces of #5942dc

RGB 8966220
HSL0.690.690.56
HSV249°70°86°
CMYK 0.600.700.00   0.14
XYZ18.986311.187668.8689
Yxy11.18760.19170.1130
Hunter Lab33.447942.7897-98.6641
CIE-Lab39.894751.3580-75.3091

#5942dc color RGB value is (89,66,220).

#5942dc hex color red value is 89, green value is 66 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5942dc hue: 0.69 , saturation: 0.69 and the lightness value of 5942dc is 0.56.

The process color (four color CMYK) of #5942dc color hex is 0.60, 0.70, 0.00, 0.14. Web safe color of #5942dc is #6633cc. Color #5942dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000010 11011100
Octal 131 102 334
Decimal 89 66 220
Hex 59 42 DC

RGB Percentages of Color #5942dc

%23.73
%17.60
%58.67

CMYK Percentages of Color #5942dc

%60
%70
%0
%14

Triadic Colors of #5942dc

#5942dc #dc5942 #42dc59

Analogous Colors of #5942dc

#5942dc #a642dc #4278dc

Monochromatic Colors of #5942dc

#5942dc

Complementary Color

#5942dc #c5dc42

#5942dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5942dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5942dc Color CSS Codes

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

#5942dc Text Font Color

<p style="color:#5942dc">Text here</p>

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


#5942dc Background Color

<div style="background-color:#5942dc">
Div content here</div>

This div background color is #5942dc


#5942dc Border Color

<div style="border:3px solid #5942dc">
Div here</div>

This div border color is #5942dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,66,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5942dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5942dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5942dc;
  box-shadow:         1px 1px 3px 2px #5942dc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5942dc


Comments

No comments written yet.

Please login to write comment.