Color Hex Logo

#867bdf Color Hex

#867BDF
(134,123,223)
0 Favorites   0 Comments

Color spaces of #867bdf

RGB 134123223
HSL0.690.610.68
HSV247°45°87°
CMYK 0.400.450.00   0.13
XYZ30.233824.562072.9595
Yxy24.56200.23670.1923
Hunter Lab49.560122.1627-52.5913
CIE-Lab56.646128.1846-49.7611

#867bdf color RGB value is (134,123,223).

#867bdf hex color red value is 134, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #867bdf hue: 0.69 , saturation: 0.61 and the lightness value of 867bdf is 0.68.

The process color (four color CMYK) of #867bdf color hex is 0.40, 0.45, 0.00, 0.13. Web safe color of #867bdf is #9966cc. Color #867bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111011 11011111
Octal 206 173 337
Decimal 134 123 223
Hex 86 7B DF

RGB Percentages of Color #867bdf

%27.92
%25.63
%46.46

CMYK Percentages of Color #867bdf

%40
%45
%0
%13

Triadic Colors of #867bdf

#867bdf #df867b #7bdf86

Analogous Colors of #867bdf

#867bdf #b87bdf #7ba2df

Monochromatic Colors of #867bdf

#867bdf

Complementary Color

#867bdf #d4df7b

#867bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#867bdf Color CSS Codes

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

#867bdf Text Font Color

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

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


#867bdf Background Color

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

This div background color is #867bdf


#867bdf Border Color

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

This div border color is #867bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867bdf


Comments

No comments written yet.

Please login to write comment.