Color Hex Logo

#8589fa Color Hex

#8589FA
(133,137,250)
0 Favorites   0 Comments

Color spaces of #8589fa

RGB 133137250
HSL0.660.920.75
HSV238°47°98°
CMYK 0.470.450.00   0.02
XYZ35.873829.780094.2998
Yxy29.78000.22430.1862
Hunter Lab54.571121.8426-64.2545
CIE-Lab61.463927.4440-57.0813

#8589fa color RGB value is (133,137,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001001 11111010
Octal 205 211 372
Decimal 133 137 250
Hex 85 89 FA

RGB Percentages of Color #8589fa

%25.58
%26.35
%48.08

CMYK Percentages of Color #8589fa

%47
%45
%0
%2

Triadic Colors of #8589fa

#8589fa #fa8589 #89fa85

Analogous Colors of #8589fa

#8589fa #bc85fa #85c4fa

Monochromatic Colors of #8589fa

#8589fa

Complementary Color

#8589fa #faf685

#8589fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8589fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8589fa Color CSS Codes

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

#8589fa Text Font Color

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

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


#8589fa Background Color

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

This div background color is #8589fa


#8589fa Border Color

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

This div border color is #8589fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8589fa


Comments

No comments written yet.

Please login to write comment.