Color Hex Logo

#8799ff Color Hex

#8799FF
(135,153,255)
0 Favorites   0 Comments

Color spaces of #8799ff

RGB 135153255
HSL0.641.000.76
HSV231°47°100°
CMYK 0.470.400.00   0.00
XYZ39.432935.153499.3147
Yxy35.15340.22680.2021
Hunter Lab59.290314.9591-57.8110
CIE-Lab65.867920.0362-52.8094

#8799ff color RGB value is (135,153,255).

#8799ff hex color red value is 135, green value is 153 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8799ff hue: 0.64 , saturation: 1.00 and the lightness value of 8799ff is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011001 11111111
Octal 207 231 377
Decimal 135 153 255
Hex 87 99 FF

RGB Percentages of Color #8799ff

%24.86
%28.18
%46.96

CMYK Percentages of Color #8799ff

%47
%40
%0
%0

Triadic Colors of #8799ff

#8799ff #ff8799 #99ff87

Analogous Colors of #8799ff

#8799ff #b187ff #87d5ff

Monochromatic Colors of #8799ff

#8799ff

Complementary Color

#8799ff #ffed87

#8799ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8799ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8799ff Color CSS Codes

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

#8799ff Text Font Color

<p style="color:#8799ff">Text here</p>

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


#8799ff Background Color

<div style="background-color:#8799ff">
Div content here</div>

This div background color is #8799ff


#8799ff Border Color

<div style="border:3px solid #8799ff">
Div here</div>

This div border color is #8799ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,153,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8799ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8799ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8799ff;
  box-shadow:         1px 1px 3px 2px #8799ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8799ff


Comments

No comments written yet.

Please login to write comment.