Color Hex Logo

#867fda Color Hex

#867FDA
(134,127,218)
0 Favorites   0 Comments

Color spaces of #867fda

RGB 134127218
HSL0.680.550.68
HSV245°42°85°
CMYK 0.390.420.00   0.15
XYZ30.075825.309069.6296
Yxy25.30900.24060.2024
Hunter Lab50.308118.6741-46.8456
CIE-Lab57.375324.4463-45.7999

#867fda color RGB value is (134,127,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111111 11011010
Octal 206 177 332
Decimal 134 127 218
Hex 86 7F DA

RGB Percentages of Color #867fda

%27.97
%26.51
%45.51

CMYK Percentages of Color #867fda

%39
%42
%0
%15

Triadic Colors of #867fda

#867fda #da867f #7fda86

Analogous Colors of #867fda

#867fda #b47fda #7fa6da

Monochromatic Colors of #867fda

#867fda

Complementary Color

#867fda #d3da7f

#867fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#867fda Color CSS Codes

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

#867fda Text Font Color

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

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


#867fda Background Color

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

This div background color is #867fda


#867fda Border Color

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

This div border color is #867fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867fda


Comments

No comments written yet.

Please login to write comment.