Color Hex Logo

#87a6f7 Color Hex

#87A6F7
(135,166,247)
0 Favorites   0 Comments

Color spaces of #87a6f7

RGB 135166247
HSL0.620.880.75
HSV223°45°97°
CMYK 0.450.330.00   0.03
XYZ40.416439.138793.4200
Yxy39.13870.23370.2263
Hunter Lab62.56095.8352-44.7430
CIE-Lab68.851610.2504-43.7492

#87a6f7 color RGB value is (135,166,247).

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

The process color (four color CMYK) of #87a6f7 color hex is 0.45, 0.33, 0.00, 0.03. Web safe color of #87a6f7 is #9999ff. Color #87a6f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10100110 11110111
Octal 207 246 367
Decimal 135 166 247
Hex 87 A6 F7

RGB Percentages of Color #87a6f7

%24.64
%30.29
%45.07

CMYK Percentages of Color #87a6f7

%45
%33
%0
%3

Triadic Colors of #87a6f7

#87a6f7 #f787a6 #a6f787

Analogous Colors of #87a6f7

#87a6f7 #a087f7 #87def7

Monochromatic Colors of #87a6f7

#87a6f7

Complementary Color

#87a6f7 #f7d887

#87a6f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87a6f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#87a6f7 Color CSS Codes

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

#87a6f7 Text Font Color

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

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


#87a6f7 Background Color

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

This div background color is #87a6f7


#87a6f7 Border Color

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

This div border color is #87a6f7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,166,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87a6f7


Comments

No comments written yet.

Please login to write comment.