Color Hex Logo

#87affe Color Hex

#87AFFE
(135,175,254)
0 Favorites   0 Comments

Color spaces of #87affe

RGB 135175254
HSL0.610.980.76
HSV220°47°100°
CMYK 0.470.310.00   0.00
XYZ43.211042.966699.7818
Yxy42.96660.23240.2311
Hunter Lab65.54892.9598-44.3699
CIE-Lab71.53237.1693-43.3469

#87affe color RGB value is (135,175,254).

#87affe hex color red value is 135, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #87affe hue: 0.61 , saturation: 0.98 and the lightness value of 87affe is 0.76.

The process color (four color CMYK) of #87affe color hex is 0.47, 0.31, 0.00, 0.00. Web safe color of #87affe is #9999ff. Color #87affe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101111 11111110
Octal 207 257 376
Decimal 135 175 254
Hex 87 AF FE

RGB Percentages of Color #87affe

%23.94
%31.03
%45.04

CMYK Percentages of Color #87affe

%47
%31
%0
%0

Triadic Colors of #87affe

#87affe #fe87af #affe87

Analogous Colors of #87affe

#87affe #9b87fe #87ebfe

Monochromatic Colors of #87affe

#87affe

Complementary Color

#87affe #fed687

#87affe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87affe Color Preview on White Background

Lorem ipsum dolor sit amet.

#87affe Color CSS Codes

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

#87affe Text Font Color

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

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


#87affe Background Color

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

This div background color is #87affe


#87affe Border Color

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

This div border color is #87affe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87affe


Comments

No comments written yet.

Please login to write comment.