Color Hex Logo

#590bcf Color Hex

#590BCF
(89,11,207)
0 Favorites   0 Comments

Color spaces of #590bcf

RGB 8911207
HSL0.730.900.43
HSV264°95°81°
CMYK 0.570.950.00   0.19
XYZ15.50206.868259.5401
Yxy6.86820.18930.0839
Hunter Lab26.207359.7229-116.3555
CIE-Lab31.505068.4199-81.6434

#590bcf color RGB value is (89,11,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001011 11001111
Octal 131 13 317
Decimal 89 11 207
Hex 59 B CF

RGB Percentages of Color #590bcf

%28.99
%3.58
%67.43

CMYK Percentages of Color #590bcf

%57
%95
%0
%19

Triadic Colors of #590bcf

#590bcf #cf590b #0bcf59

Analogous Colors of #590bcf

#590bcf #bb0bcf #0b1fcf

Monochromatic Colors of #590bcf

#590bcf

Complementary Color

#590bcf #81cf0b

#590bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#590bcf Color CSS Codes

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

#590bcf Text Font Color

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

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


#590bcf Background Color

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

This div background color is #590bcf


#590bcf Border Color

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

This div border color is #590bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590bcf


Comments

No comments written yet.

Please login to write comment.