Color Hex Logo

#592fbf Color Hex

#592FBF
(89,47,191)
0 Favorites   0 Comments

Color spaces of #592fbf

RGB 8947191
HSL0.720.610.47
HSV258°75°75°
CMYK 0.530.750.00   0.25
XYZ14.54037.918550.0523
Yxy7.91850.20050.1092
Hunter Lab28.139842.9891-85.7612
CIE-Lab33.812652.7031-68.4703

#592fbf color RGB value is (89,47,191).

#592fbf hex color red value is 89, green value is 47 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #592fbf hue: 0.72 , saturation: 0.61 and the lightness value of 592fbf is 0.47.

The process color (four color CMYK) of #592fbf color hex is 0.53, 0.75, 0.00, 0.25. Web safe color of #592fbf is #6633cc. Color #592fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101111 10111111
Octal 131 57 277
Decimal 89 47 191
Hex 59 2F BF

RGB Percentages of Color #592fbf

%27.22
%14.37
%58.41

CMYK Percentages of Color #592fbf

%53
%75
%0
%25

Triadic Colors of #592fbf

#592fbf #bf592f #2fbf59

Analogous Colors of #592fbf

#592fbf #a12fbf #2f4dbf

Monochromatic Colors of #592fbf

#592fbf

Complementary Color

#592fbf #95bf2f

#592fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#592fbf Color CSS Codes

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

#592fbf Text Font Color

<p style="color:#592fbf">Text here</p>

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


#592fbf Background Color

<div style="background-color:#592fbf">
Div content here</div>

This div background color is #592fbf


#592fbf Border Color

<div style="border:3px solid #592fbf">
Div here</div>

This div border color is #592fbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,47,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #592fbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #592fbf;
  -webkit-box-shadow: 1px 1px 3px 2px #592fbf;
  box-shadow:         1px 1px 3px 2px #592fbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592fbf


Comments

No comments written yet.

Please login to write comment.