Color Hex Logo

#8598ca Color Hex

#8598CA
(133,152,202)
0 Favorites   0 Comments

Color spaces of #8598ca

RGB 133152202
HSL0.620.390.66
HSV223°34°79°
CMYK 0.340.250.00   0.21
XYZ31.561831.707360.3337
Yxy31.70730.25530.2565
Hunter Lab56.30921.5096-24.1110
CIE-Lab63.10025.2912-27.8922

#8598ca color RGB value is (133,152,202).

#8598ca hex color red value is 133, green value is 152 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8598ca hue: 0.62 , saturation: 0.39 and the lightness value of 8598ca is 0.66.

The process color (four color CMYK) of #8598ca color hex is 0.34, 0.25, 0.00, 0.21. Web safe color of #8598ca is #9999cc. Color #8598ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011000 11001010
Octal 205 230 312
Decimal 133 152 202
Hex 85 98 CA

RGB Percentages of Color #8598ca

%27.31
%31.21
%41.48

CMYK Percentages of Color #8598ca

%34
%25
%0
%21

Triadic Colors of #8598ca

#8598ca #ca8598 #98ca85

Analogous Colors of #8598ca

#8598ca #9585ca #85bbca

Monochromatic Colors of #8598ca

#8598ca

Complementary Color

#8598ca #cab785

#8598ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8598ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8598ca Color CSS Codes

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

#8598ca Text Font Color

<p style="color:#8598ca">Text here</p>

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


#8598ca Background Color

<div style="background-color:#8598ca">
Div content here</div>

This div background color is #8598ca


#8598ca Border Color

<div style="border:3px solid #8598ca">
Div here</div>

This div border color is #8598ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,152,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8598ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8598ca;
  -webkit-box-shadow: 1px 1px 3px 2px #8598ca;
  box-shadow:         1px 1px 3px 2px #8598ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,152,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8598ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8598ca


Comments

No comments written yet.

Please login to write comment.