Color Hex Logo

#867ceb Color Hex

#867CEB
(134,124,235)
0 Favorites   0 Comments

Color spaces of #867ceb

RGB 134124235
HSL0.680.740.70
HSV245°47°92°
CMYK 0.430.470.00   0.08
XYZ32.034625.481881.8273
Yxy25.48180.22990.1829
Hunter Lab50.479524.9381-60.7735
CIE-Lab57.541930.9700-55.0381

#867ceb color RGB value is (134,124,235).

#867ceb hex color red value is 134, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #867ceb hue: 0.68 , saturation: 0.74 and the lightness value of 867ceb is 0.70.

The process color (four color CMYK) of #867ceb color hex is 0.43, 0.47, 0.00, 0.08. Web safe color of #867ceb is #9966ff. Color #867ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111100 11101011
Octal 206 174 353
Decimal 134 124 235
Hex 86 7C EB

RGB Percentages of Color #867ceb

%27.18
%25.15
%47.67

CMYK Percentages of Color #867ceb

%43
%47
%0
%8

Triadic Colors of #867ceb

#867ceb #eb867c #7ceb86

Analogous Colors of #867ceb

#867ceb #be7ceb #7caaeb

Monochromatic Colors of #867ceb

#867ceb

Complementary Color

#867ceb #e1eb7c

#867ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#867ceb Color CSS Codes

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

#867ceb Text Font Color

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

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


#867ceb Background Color

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

This div background color is #867ceb


#867ceb Border Color

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

This div border color is #867ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867ceb


Comments

No comments written yet.

Please login to write comment.