Color Hex Logo

#865cda Color Hex

#865CDA
(134,92,218)
0 Favorites   0 Comments

Color spaces of #865cda

RGB 13492218
HSL0.720.630.61
HSV260°58°85°
CMYK 0.390.580.00   0.15
XYZ26.313617.784668.3756
Yxy17.78460.23400.1581
Hunter Lab42.171837.5766-66.6101
CIE-Lab49.233844.6945-58.7962

#865cda color RGB value is (134,92,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011100 11011010
Octal 206 134 332
Decimal 134 92 218
Hex 86 5C DA

RGB Percentages of Color #865cda

%30.18
%20.72
%49.10

CMYK Percentages of Color #865cda

%39
%58
%0
%15

Triadic Colors of #865cda

#865cda #da865c #5cda86

Analogous Colors of #865cda

#865cda #c55cda #5c71da

Monochromatic Colors of #865cda

#865cda

Complementary Color

#865cda #b0da5c

#865cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#865cda Color CSS Codes

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

#865cda Text Font Color

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

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


#865cda Background Color

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

This div background color is #865cda


#865cda Border Color

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

This div border color is #865cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865cda


Comments

No comments written yet.

Please login to write comment.