Color Hex Logo

#807bea Color Hex

#807BEA
(128,123,234)
0 Favorites   0 Comments

Color spaces of #807bea

RGB 128123234
HSL0.670.730.70
HSV243°47°92°
CMYK 0.450.470.00   0.08
XYZ30.836324.695680.9834
Yxy24.69560.22590.1809
Hunter Lab49.694723.7963-61.8339
CIE-Lab56.777629.8702-55.7285

#807bea color RGB value is (128,123,234).

#807bea hex color red value is 128, green value is 123 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #807bea hue: 0.67 , saturation: 0.73 and the lightness value of 807bea is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111011 11101010
Octal 200 173 352
Decimal 128 123 234
Hex 80 7B EA

RGB Percentages of Color #807bea

%26.39
%25.36
%48.25

CMYK Percentages of Color #807bea

%45
%47
%0
%8

Triadic Colors of #807bea

#807bea #ea807b #7bea80

Analogous Colors of #807bea

#807bea #b87bea #7baeea

Monochromatic Colors of #807bea

#807bea

Complementary Color

#807bea #e5ea7b

#807bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#807bea Color CSS Codes

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

#807bea Text Font Color

<p style="color:#807bea">Text here</p>

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


#807bea Background Color

<div style="background-color:#807bea">
Div content here</div>

This div background color is #807bea


#807bea Border Color

<div style="border:3px solid #807bea">
Div here</div>

This div border color is #807bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,123,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807bea;
  -webkit-box-shadow: 1px 1px 3px 2px #807bea;
  box-shadow:         1px 1px 3px 2px #807bea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807bea


Comments

No comments written yet.

Please login to write comment.