Color Hex Logo

#592dbf Color Hex

#592DBF
(89,45,191)
0 Favorites   0 Comments

Color spaces of #592dbf

RGB 8945191
HSL0.720.620.46
HSV258°76°75°
CMYK 0.530.760.00   0.25
XYZ14.46227.762250.0262
Yxy7.76220.20020.1074
Hunter Lab27.860743.9011-86.9575
CIE-Lab33.482653.6456-69.0123

#592dbf color RGB value is (89,45,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101101 10111111
Octal 131 55 277
Decimal 89 45 191
Hex 59 2D BF

RGB Percentages of Color #592dbf

%27.38
%13.85
%58.77

CMYK Percentages of Color #592dbf

%53
%76
%0
%25

Triadic Colors of #592dbf

#592dbf #bf592d #2dbf59

Analogous Colors of #592dbf

#592dbf #a22dbf #2d4abf

Monochromatic Colors of #592dbf

#592dbf

Complementary Color

#592dbf #93bf2d

#592dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#592dbf Color CSS Codes

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

#592dbf Text Font Color

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

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


#592dbf Background Color

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

This div background color is #592dbf


#592dbf Border Color

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

This div border color is #592dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592dbf


Comments

No comments written yet.

Please login to write comment.