Color Hex Logo

#8590cf Color Hex

#8590CF
(133,144,207)
0 Favorites   0 Comments

Color spaces of #8590cf

RGB 133144207
HSL0.640.440.67
HSV231°36°81°
CMYK 0.360.300.00   0.19
XYZ30.908629.438163.0845
Yxy29.43810.25040.2385
Hunter Lab54.25696.7368-30.9567
CIE-Lab61.166311.2216-33.6860

#8590cf color RGB value is (133,144,207).

#8590cf hex color red value is 133, green value is 144 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8590cf hue: 0.64 , saturation: 0.44 and the lightness value of 8590cf is 0.67.

The process color (four color CMYK) of #8590cf color hex is 0.36, 0.30, 0.00, 0.19. Web safe color of #8590cf is #9999cc. Color #8590cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010000 11001111
Octal 205 220 317
Decimal 133 144 207
Hex 85 90 CF

RGB Percentages of Color #8590cf

%27.48
%29.75
%42.77

CMYK Percentages of Color #8590cf

%36
%30
%0
%19

Triadic Colors of #8590cf

#8590cf #cf8590 #90cf85

Analogous Colors of #8590cf

#8590cf #9f85cf #85b5cf

Monochromatic Colors of #8590cf

#8590cf

Complementary Color

#8590cf #cfc485

#8590cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8590cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8590cf Color CSS Codes

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

#8590cf Text Font Color

<p style="color:#8590cf">Text here</p>

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


#8590cf Background Color

<div style="background-color:#8590cf">
Div content here</div>

This div background color is #8590cf


#8590cf Border Color

<div style="border:3px solid #8590cf">
Div here</div>

This div border color is #8590cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,144,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8590cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8590cf;
  -webkit-box-shadow: 1px 1px 3px 2px #8590cf;
  box-shadow:         1px 1px 3px 2px #8590cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,144,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 #8590cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8590cf


Comments

No comments written yet.

Please login to write comment.