Color Hex Logo

#865faa Color Hex

#865FAA
(134,95,170)
0 Favorites   0 Comments

Color spaces of #865faa

RGB 13495170
HSL0.750.310.52
HSV271°44°67°
CMYK 0.210.440.00   0.33
XYZ21.179416.155040.0322
Yxy16.15500.27380.2088
Hunter Lab40.193323.7203-30.9171
CIE-Lab47.177230.8142-34.3519

#865faa color RGB value is (134,95,170).

#865faa hex color red value is 134, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #865faa hue: 0.75 , saturation: 0.31 and the lightness value of 865faa is 0.52.

The process color (four color CMYK) of #865faa color hex is 0.21, 0.44, 0.00, 0.33. Web safe color of #865faa is #996699. Color #865faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011111 10101010
Octal 206 137 252
Decimal 134 95 170
Hex 86 5F AA

RGB Percentages of Color #865faa

%33.58
%23.81
%42.61

CMYK Percentages of Color #865faa

%21
%44
%0
%33

Triadic Colors of #865faa

#865faa #aa865f #5faa86

Analogous Colors of #865faa

#865faa #aa5fa9 #605faa

Monochromatic Colors of #865faa

#865faa

Complementary Color

#865faa #83aa5f

#865faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#865faa Color CSS Codes

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

#865faa Text Font Color

<p style="color:#865faa">Text here</p>

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


#865faa Background Color

<div style="background-color:#865faa">
Div content here</div>

This div background color is #865faa


#865faa Border Color

<div style="border:3px solid #865faa">
Div here</div>

This div border color is #865faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,95,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #865faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #865faa;
  -webkit-box-shadow: 1px 1px 3px 2px #865faa;
  box-shadow:         1px 1px 3px 2px #865faa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,95,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865faa


Comments

No comments written yet.

Please login to write comment.