Color Hex Logo

#8598fa Color Hex

#8598FA
(133,152,250)
0 Favorites   0 Comments

Color spaces of #8598fa

RGB 133152250
HSL0.640.920.75
HSV230°47°98°
CMYK 0.470.390.00   0.02
XYZ38.156434.345195.0607
Yxy34.34510.22770.2050
Hunter Lab58.604713.6597-55.1490
CIE-Lab65.235618.6937-51.0898

#8598fa color RGB value is (133,152,250).

#8598fa hex color red value is 133, green value is 152 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8598fa hue: 0.64 , saturation: 0.92 and the lightness value of 8598fa is 0.75.

The process color (four color CMYK) of #8598fa color hex is 0.47, 0.39, 0.00, 0.02. Web safe color of #8598fa is #9999ff. Color #8598fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011000 11111010
Octal 205 230 372
Decimal 133 152 250
Hex 85 98 FA

RGB Percentages of Color #8598fa

%24.86
%28.41
%46.73

CMYK Percentages of Color #8598fa

%47
%39
%0
%2

Triadic Colors of #8598fa

#8598fa #fa8598 #98fa85

Analogous Colors of #8598fa

#8598fa #ad85fa #85d3fa

Monochromatic Colors of #8598fa

#8598fa

Complementary Color

#8598fa #fae785

#8598fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8598fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8598fa Color CSS Codes

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

#8598fa Text Font Color

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

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


#8598fa Background Color

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

This div background color is #8598fa


#8598fa Border Color

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

This div border color is #8598fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8598fa


Comments

No comments written yet.

Please login to write comment.