Color Hex Logo

#8a72de Color Hex

#8A72DE
(138,114,222)
0 Favorites   0 Comments

Color spaces of #8a72de

RGB 138114222
HSL0.700.620.66
HSV253°49°87°
CMYK 0.380.490.00   0.13
XYZ29.683422.711871.9266
Yxy22.71180.23880.1827
Hunter Lab47.656927.7803-56.1241
CIE-Lab54.774234.1693-52.1587

#8a72de color RGB value is (138,114,222).

#8a72de hex color red value is 138, green value is 114 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8a72de hue: 0.70 , saturation: 0.62 and the lightness value of 8a72de is 0.66.

The process color (four color CMYK) of #8a72de color hex is 0.38, 0.49, 0.00, 0.13. Web safe color of #8a72de is #9966cc. Color #8a72de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01110010 11011110
Octal 212 162 336
Decimal 138 114 222
Hex 8A 72 DE

RGB Percentages of Color #8a72de

%29.11
%24.05
%46.84

CMYK Percentages of Color #8a72de

%38
%49
%0
%13

Triadic Colors of #8a72de

#8a72de #de8a72 #72de8a

Analogous Colors of #8a72de

#8a72de #c072de #7290de

Monochromatic Colors of #8a72de

#8a72de

Complementary Color

#8a72de #c6de72

#8a72de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a72de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a72de Color CSS Codes

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

#8a72de Text Font Color

<p style="color:#8a72de">Text here</p>

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


#8a72de Background Color

<div style="background-color:#8a72de">
Div content here</div>

This div background color is #8a72de


#8a72de Border Color

<div style="border:3px solid #8a72de">
Div here</div>

This div border color is #8a72de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,114,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a72de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a72de;
  -webkit-box-shadow: 1px 1px 3px 2px #8a72de;
  box-shadow:         1px 1px 3px 2px #8a72de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a72de


Comments

No comments written yet.

Please login to write comment.