Color Hex Logo

#590dcf Color Hex

#590DCF
(89,13,207)
0 Favorites   0 Comments

Color spaces of #590dcf

RGB 8913207
HSL0.730.880.43
HSV264°94°81°
CMYK 0.570.940.00   0.19
XYZ15.52626.916759.5482
Yxy6.91670.18940.0844
Hunter Lab26.299659.3546-115.8360
CIE-Lab31.616568.0811-81.4584

#590dcf color RGB value is (89,13,207).

#590dcf hex color red value is 89, green value is 13 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #590dcf hue: 0.73 , saturation: 0.88 and the lightness value of 590dcf is 0.43.

The process color (four color CMYK) of #590dcf color hex is 0.57, 0.94, 0.00, 0.19. Web safe color of #590dcf is #6600cc. Color #590dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001101 11001111
Octal 131 15 317
Decimal 89 13 207
Hex 59 D CF

RGB Percentages of Color #590dcf

%28.80
%4.21
%66.99

CMYK Percentages of Color #590dcf

%57
%94
%0
%19

Triadic Colors of #590dcf

#590dcf #cf590d #0dcf59

Analogous Colors of #590dcf

#590dcf #ba0dcf #0d22cf

Monochromatic Colors of #590dcf

#590dcf

Complementary Color

#590dcf #83cf0d

#590dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#590dcf Color CSS Codes

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

#590dcf Text Font Color

<p style="color:#590dcf">Text here</p>

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


#590dcf Background Color

<div style="background-color:#590dcf">
Div content here</div>

This div background color is #590dcf


#590dcf Border Color

<div style="border:3px solid #590dcf">
Div here</div>

This div border color is #590dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590dcf


Comments

No comments written yet.

Please login to write comment.