Color Hex Logo

#5946cf Color Hex

#5946CF
(89,70,207)
0 Favorites   0 Comments

Color spaces of #5946cf

RGB 8970207
HSL0.690.590.54
HSV248°66°81°
CMYK 0.570.660.00   0.19
XYZ17.572511.009260.2303
Yxy11.00920.19790.1240
Hunter Lab33.180136.4701-84.4003
CIE-Lab39.596045.2027-68.3229

#5946cf color RGB value is (89,70,207).

#5946cf hex color red value is 89, green value is 70 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5946cf hue: 0.69 , saturation: 0.59 and the lightness value of 5946cf is 0.54.

The process color (four color CMYK) of #5946cf color hex is 0.57, 0.66, 0.00, 0.19. Web safe color of #5946cf is #6633cc. Color #5946cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000110 11001111
Octal 131 106 317
Decimal 89 70 207
Hex 59 46 CF

RGB Percentages of Color #5946cf

%24.32
%19.13
%56.56

CMYK Percentages of Color #5946cf

%57
%66
%0
%19

Triadic Colors of #5946cf

#5946cf #cf5946 #46cf59

Analogous Colors of #5946cf

#5946cf #9e46cf #4678cf

Monochromatic Colors of #5946cf

#5946cf

Complementary Color

#5946cf #bccf46

#5946cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5946cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5946cf Color CSS Codes

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

#5946cf Text Font Color

<p style="color:#5946cf">Text here</p>

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


#5946cf Background Color

<div style="background-color:#5946cf">
Div content here</div>

This div background color is #5946cf


#5946cf Border Color

<div style="border:3px solid #5946cf">
Div here</div>

This div border color is #5946cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,70,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5946cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5946cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5946cf;
  box-shadow:         1px 1px 3px 2px #5946cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,70,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5946cf


Comments

No comments written yet.

Please login to write comment.