Color Hex Logo

#865edd Color Hex

#865EDD
(134,94,221)
0 Favorites   0 Comments

Color spaces of #865edd

RGB 13494221
HSL0.720.650.62
HSV259°57°87°
CMYK 0.390.570.00   0.13
XYZ26.885418.294270.5207
Yxy18.29420.23240.1581
Hunter Lab42.771737.3508-67.8153
CIE-Lab49.851044.3777-59.5047

#865edd color RGB value is (134,94,221).

#865edd hex color red value is 134, green value is 94 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #865edd hue: 0.72 , saturation: 0.65 and the lightness value of 865edd is 0.62.

The process color (four color CMYK) of #865edd color hex is 0.39, 0.57, 0.00, 0.13. Web safe color of #865edd is #9966cc. Color #865edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011110 11011101
Octal 206 136 335
Decimal 134 94 221
Hex 86 5E DD

RGB Percentages of Color #865edd

%29.84
%20.94
%49.22

CMYK Percentages of Color #865edd

%39
%57
%0
%13

Triadic Colors of #865edd

#865edd #dd865e #5edd86

Analogous Colors of #865edd

#865edd #c65edd #5e76dd

Monochromatic Colors of #865edd

#865edd

Complementary Color

#865edd #b5dd5e

#865edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#865edd Color CSS Codes

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

#865edd Text Font Color

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

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


#865edd Background Color

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

This div background color is #865edd


#865edd Border Color

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

This div border color is #865edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865edd


Comments

No comments written yet.

Please login to write comment.