Color Hex Logo

#807bd5 Color Hex

#807BD5
(128,123,213)
0 Favorites   0 Comments

Color spaces of #807bd5

RGB 128123213
HSL0.680.520.66
HSV243°42°84°
CMYK 0.400.420.00   0.16
XYZ27.995323.559266.0227
Yxy23.55920.23810.2004
Hunter Lab48.537818.0128-46.6717
CIE-Lab55.643723.8649-45.7571

#807bd5 color RGB value is (128,123,213).

#807bd5 hex color red value is 128, green value is 123 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #807bd5 hue: 0.68 , saturation: 0.52 and the lightness value of 807bd5 is 0.66.

The process color (four color CMYK) of #807bd5 color hex is 0.40, 0.42, 0.00, 0.16. Web safe color of #807bd5 is #9966cc. Color #807bd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111011 11010101
Octal 200 173 325
Decimal 128 123 213
Hex 80 7B D5

RGB Percentages of Color #807bd5

%27.59
%26.51
%45.91

CMYK Percentages of Color #807bd5

%40
%42
%0
%16

Triadic Colors of #807bd5

#807bd5 #d5807b #7bd580

Analogous Colors of #807bd5

#807bd5 #ad7bd5 #7ba3d5

Monochromatic Colors of #807bd5

#807bd5

Complementary Color

#807bd5 #d0d57b

#807bd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807bd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807bd5 Color CSS Codes

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

#807bd5 Text Font Color

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

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


#807bd5 Background Color

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

This div background color is #807bd5


#807bd5 Border Color

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

This div border color is #807bd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807bd5


Comments

No comments written yet.

Please login to write comment.