Color Hex Logo

#867dda Color Hex

#867DDA
(134,125,218)
0 Favorites   0 Comments

Color spaces of #867dda

RGB 134125218
HSL0.680.560.67
HSV246°43°85°
CMYK 0.390.430.00   0.15
XYZ29.820024.797569.5444
Yxy24.79750.24020.1997
Hunter Lab49.797119.7463-47.9438
CIE-Lab56.877625.6227-46.5877

#867dda color RGB value is (134,125,218).

#867dda hex color red value is 134, green value is 125 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #867dda hue: 0.68 , saturation: 0.56 and the lightness value of 867dda is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111101 11011010
Octal 206 175 332
Decimal 134 125 218
Hex 86 7D DA

RGB Percentages of Color #867dda

%28.09
%26.21
%45.70

CMYK Percentages of Color #867dda

%39
%43
%0
%15

Triadic Colors of #867dda

#867dda #da867d #7dda86

Analogous Colors of #867dda

#867dda #b57dda #7da3da

Monochromatic Colors of #867dda

#867dda

Complementary Color

#867dda #d1da7d

#867dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#867dda Color CSS Codes

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

#867dda Text Font Color

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

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


#867dda Background Color

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

This div background color is #867dda


#867dda Border Color

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

This div border color is #867dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867dda


Comments

No comments written yet.

Please login to write comment.