Color Hex Logo

#87a4fa Color Hex

#87A4FA
(135,164,250)
0 Favorites   0 Comments

Color spaces of #87a4fa

RGB 135164250
HSL0.620.920.75
HSV225°46°98°
CMYK 0.460.340.00   0.02
XYZ40.522538.603995.7580
Yxy38.60390.23170.2207
Hunter Lab62.13207.6866-47.8854
CIE-Lab68.463412.2526-45.9909

#87a4fa color RGB value is (135,164,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10100100 11111010
Octal 207 244 372
Decimal 135 164 250
Hex 87 A4 FA

RGB Percentages of Color #87a4fa

%24.59
%29.87
%45.54

CMYK Percentages of Color #87a4fa

%46
%34
%0
%2

Triadic Colors of #87a4fa

#87a4fa #fa87a4 #a4fa87

Analogous Colors of #87a4fa

#87a4fa #a487fa #87defa

Monochromatic Colors of #87a4fa

#87a4fa

Complementary Color

#87a4fa #fadd87

#87a4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87a4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#87a4fa Color CSS Codes

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

#87a4fa Text Font Color

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

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


#87a4fa Background Color

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

This div background color is #87a4fa


#87a4fa Border Color

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

This div border color is #87a4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87a4fa

Related Colors


Comments

No comments written yet.

Please login to write comment.