Color Hex Logo

#869afa Color Hex

#869AFA
(134,154,250)
0 Favorites   0 Comments

Color spaces of #869afa

RGB 134154250
HSL0.640.920.75
HSV230°46°98°
CMYK 0.460.380.00   0.02
XYZ38.642435.081795.1772
Yxy35.08170.22880.2077
Hunter Lab59.229812.8039-53.8131
CIE-Lab65.812217.7676-50.1737

#869afa color RGB value is (134,154,250).

#869afa hex color red value is 134, green value is 154 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #869afa hue: 0.64 , saturation: 0.92 and the lightness value of 869afa is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011010 11111010
Octal 206 232 372
Decimal 134 154 250
Hex 86 9A FA

RGB Percentages of Color #869afa

%24.91
%28.62
%46.47

CMYK Percentages of Color #869afa

%46
%38
%0
%2

Triadic Colors of #869afa

#869afa #fa869a #9afa86

Analogous Colors of #869afa

#869afa #ac86fa #86d4fa

Monochromatic Colors of #869afa

#869afa

Complementary Color

#869afa #fae686

#869afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#869afa Color CSS Codes

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

#869afa Text Font Color

<p style="color:#869afa">Text here</p>

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


#869afa Background Color

<div style="background-color:#869afa">
Div content here</div>

This div background color is #869afa


#869afa Border Color

<div style="border:3px solid #869afa">
Div here</div>

This div border color is #869afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,154,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #869afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #869afa;
  -webkit-box-shadow: 1px 1px 3px 2px #869afa;
  box-shadow:         1px 1px 3px 2px #869afa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,154,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 #869afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869afa


Comments

No comments written yet.

Please login to write comment.