Color Hex Logo

#8072e7 Color Hex

#8072E7
(128,114,231)
0 Favorites   0 Comments

Color spaces of #8072e7

RGB 128114231
HSL0.690.710.68
HSV247°51°91°
CMYK 0.450.510.00   0.09
XYZ29.343222.393378.3771
Yxy22.39330.22550.1721
Hunter Lab47.321627.8717-65.0749
CIE-Lab54.441834.3011-57.7905

#8072e7 color RGB value is (128,114,231).

#8072e7 hex color red value is 128, green value is 114 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #8072e7 hue: 0.69 , saturation: 0.71 and the lightness value of 8072e7 is 0.68.

The process color (four color CMYK) of #8072e7 color hex is 0.45, 0.51, 0.00, 0.09. Web safe color of #8072e7 is #9966ff. Color #8072e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110010 11100111
Octal 200 162 347
Decimal 128 114 231
Hex 80 72 E7

RGB Percentages of Color #8072e7

%27.06
%24.10
%48.84

CMYK Percentages of Color #8072e7

%45
%51
%0
%9

Triadic Colors of #8072e7

#8072e7 #e78072 #72e780

Analogous Colors of #8072e7

#8072e7 #bb72e7 #729fe7

Monochromatic Colors of #8072e7

#8072e7

Complementary Color

#8072e7 #d9e772

#8072e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8072e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8072e7 Color CSS Codes

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

#8072e7 Text Font Color

<p style="color:#8072e7">Text here</p>

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


#8072e7 Background Color

<div style="background-color:#8072e7">
Div content here</div>

This div background color is #8072e7


#8072e7 Border Color

<div style="border:3px solid #8072e7">
Div here</div>

This div border color is #8072e7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,114,231, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8072e7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8072e7;
  -webkit-box-shadow: 1px 1px 3px 2px #8072e7;
  box-shadow:         1px 1px 3px 2px #8072e7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8072e7


Comments

No comments written yet.

Please login to write comment.