Color Hex Logo

#865dda Color Hex

#865DDA
(134,93,218)
0 Favorites   0 Comments

Color spaces of #865dda

RGB 13493218
HSL0.720.630.61
HSV260°57°85°
CMYK 0.390.570.00   0.15
XYZ26.400817.959068.4046
Yxy17.95900.23410.1593
Hunter Lab42.378137.0408-66.0384
CIE-Lab49.446344.1380-58.4540

#865dda color RGB value is (134,93,218).

#865dda hex color red value is 134, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #865dda hue: 0.72 , saturation: 0.63 and the lightness value of 865dda is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011101 11011010
Octal 206 135 332
Decimal 134 93 218
Hex 86 5D DA

RGB Percentages of Color #865dda

%30.11
%20.90
%48.99

CMYK Percentages of Color #865dda

%39
%57
%0
%15

Triadic Colors of #865dda

#865dda #da865d #5dda86

Analogous Colors of #865dda

#865dda #c55dda #5d73da

Monochromatic Colors of #865dda

#865dda

Complementary Color

#865dda #b1da5d

#865dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#865dda Color CSS Codes

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

#865dda Text Font Color

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

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


#865dda Background Color

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

This div background color is #865dda


#865dda Border Color

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

This div border color is #865dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865dda


Comments

No comments written yet.

Please login to write comment.