Color Hex Logo

#807cee Color Hex

#807CEE
(128,124,238)
0 Favorites   0 Comments

Color spaces of #807cee

RGB 128124238
HSL0.670.770.71
HSV242°48°93°
CMYK 0.460.480.00   0.07
XYZ31.542425.177584.0862
Yxy25.17750.22400.1788
Hunter Lab50.177224.3987-64.2333
CIE-Lab57.248030.4455-57.2029

#807cee color RGB value is (128,124,238).

#807cee hex color red value is 128, green value is 124 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #807cee hue: 0.67 , saturation: 0.77 and the lightness value of 807cee is 0.71.

The process color (four color CMYK) of #807cee color hex is 0.46, 0.48, 0.00, 0.07. Web safe color of #807cee is #9966ff. Color #807cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111100 11101110
Octal 200 174 356
Decimal 128 124 238
Hex 80 7C EE

RGB Percentages of Color #807cee

%26.12
%25.31
%48.57

CMYK Percentages of Color #807cee

%46
%48
%0
%7

Triadic Colors of #807cee

#807cee #ee807c #7cee80

Analogous Colors of #807cee

#807cee #b97cee #7cb1ee

Monochromatic Colors of #807cee

#807cee

Complementary Color

#807cee #eaee7c

#807cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#807cee Color CSS Codes

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

#807cee Text Font Color

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

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


#807cee Background Color

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

This div background color is #807cee


#807cee Border Color

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

This div border color is #807cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807cee


Comments

No comments written yet.

Please login to write comment.