Color Hex Logo

#592dcd Color Hex

#592DCD
(89,45,205)
0 Favorites   0 Comments

Color spaces of #592dcd

RGB 8945205
HSL0.710.640.49
HSV257°78°80°
CMYK 0.570.780.00   0.20
XYZ16.07778.408458.5332
Yxy8.40840.19370.1013
Hunter Lab28.997248.2253-99.3834
CIE-Lab34.819457.4744-75.0017

#592dcd color RGB value is (89,45,205).

#592dcd hex color red value is 89, green value is 45 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #592dcd hue: 0.71 , saturation: 0.64 and the lightness value of 592dcd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101101 11001101
Octal 131 55 315
Decimal 89 45 205
Hex 59 2D CD

RGB Percentages of Color #592dcd

%26.25
%13.27
%60.47

CMYK Percentages of Color #592dcd

%57
%78
%0
%20

Triadic Colors of #592dcd

#592dcd #cd592d #2dcd59

Analogous Colors of #592dcd

#592dcd #a92dcd #2d51cd

Monochromatic Colors of #592dcd

#592dcd

Complementary Color

#592dcd #a1cd2d

#592dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#592dcd Color CSS Codes

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

#592dcd Text Font Color

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

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


#592dcd Background Color

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

This div background color is #592dcd


#592dcd Border Color

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

This div border color is #592dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592dcd


Comments

No comments written yet.

Please login to write comment.