Color Hex Logo

#865fcd Color Hex

#865FCD
(134,95,205)
0 Favorites   0 Comments

Color spaces of #865fcd

RGB 13495205
HSL0.730.520.59
HSV261°54°80°
CMYK 0.350.540.00   0.20
XYZ24.943217.660559.8518
Yxy17.66050.24350.1724
Hunter Lab42.024432.4044-55.0247
CIE-Lab49.081739.5918-51.6235

#865fcd color RGB value is (134,95,205).

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

The process color (four color CMYK) of #865fcd color hex is 0.35, 0.54, 0.00, 0.20. Web safe color of #865fcd is #9966cc. Color #865fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011111 11001101
Octal 206 137 315
Decimal 134 95 205
Hex 86 5F CD

RGB Percentages of Color #865fcd

%30.88
%21.89
%47.24

CMYK Percentages of Color #865fcd

%35
%54
%0
%20

Triadic Colors of #865fcd

#865fcd #cd865f #5fcd86

Analogous Colors of #865fcd

#865fcd #bd5fcd #5f6fcd

Monochromatic Colors of #865fcd

#865fcd

Complementary Color

#865fcd #a6cd5f

#865fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#865fcd Color CSS Codes

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

#865fcd Text Font Color

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

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


#865fcd Background Color

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

This div background color is #865fcd


#865fcd Border Color

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

This div border color is #865fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865fcd


Comments

No comments written yet.

Please login to write comment.