Color Hex Logo

#87a0fa Color Hex

#87A0FA
(135,160,250)
0 Favorites   0 Comments

Color spaces of #87a0fa

RGB 135160250
HSL0.630.920.75
HSV227°46°98°
CMYK 0.460.360.00   0.02
XYZ39.817837.194695.5231
Yxy37.19460.23080.2156
Hunter Lab60.98749.8122-50.1734
CIE-Lab67.422814.5437-47.6282

#87a0fa color RGB value is (135,160,250).

#87a0fa hex color red value is 135, green value is 160 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #87a0fa hue: 0.63 , saturation: 0.92 and the lightness value of 87a0fa is 0.75.

The process color (four color CMYK) of #87a0fa color hex is 0.46, 0.36, 0.00, 0.02. Web safe color of #87a0fa is #9999ff. Color #87a0fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10100000 11111010
Octal 207 240 372
Decimal 135 160 250
Hex 87 A0 FA

RGB Percentages of Color #87a0fa

%24.77
%29.36
%45.87

CMYK Percentages of Color #87a0fa

%46
%36
%0
%2

Triadic Colors of #87a0fa

#87a0fa #fa87a0 #a0fa87

Analogous Colors of #87a0fa

#87a0fa #a887fa #87dafa

Monochromatic Colors of #87a0fa

#87a0fa

Complementary Color

#87a0fa #fae187

#87a0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87a0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#87a0fa Color CSS Codes

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

#87a0fa Text Font Color

<p style="color:#87a0fa">Text here</p>

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


#87a0fa Background Color

<div style="background-color:#87a0fa">
Div content here</div>

This div background color is #87a0fa


#87a0fa Border Color

<div style="border:3px solid #87a0fa">
Div here</div>

This div border color is #87a0fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,160,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87a0fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87a0fa;
  -webkit-box-shadow: 1px 1px 3px 2px #87a0fa;
  box-shadow:         1px 1px 3px 2px #87a0fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,160,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 #87a0fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87a0fa


Comments

No comments written yet.

Please login to write comment.