Color Hex Logo

#72018e Color Hex

#72018E
(114,1,142)
0 Favorites   0 Comments

Color spaces of #72018e

RGB 1141142
HSL0.800.990.28
HSV288°99°56°
CMYK 0.200.990.00   0.44
XYZ11.83285.552126.0392
Yxy5.55210.27250.1279
Hunter Lab23.562948.4040-49.0270
CIE-Lab28.253158.9162-47.8437

#72018e color RGB value is (114,1,142).

#72018e hex color red value is 114, green value is 1 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #72018e hue: 0.80 , saturation: 0.99 and the lightness value of 72018e is 0.28.

The process color (four color CMYK) of #72018e color hex is 0.20, 0.99, 0.00, 0.44. Web safe color of #72018e is #660099. Color #72018e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000001 10001110
Octal 162 1 216
Decimal 114 1 142
Hex 72 1 8E

RGB Percentages of Color #72018e

%44.36
%0.39
%55.25

CMYK Percentages of Color #72018e

%20
%99
%0
%44

Triadic Colors of #72018e

#72018e #8e7201 #018e72

Analogous Colors of #72018e

#72018e #8e0163 #2b018e

Monochromatic Colors of #72018e

#72018e

Complementary Color

#72018e #1d8e01

#72018e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72018e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72018e Color CSS Codes

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

#72018e Text Font Color

<p style="color:#72018e">Text here</p>

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


#72018e Background Color

<div style="background-color:#72018e">
Div content here</div>

This div background color is #72018e


#72018e Border Color

<div style="border:3px solid #72018e">
Div here</div>

This div border color is #72018e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,1,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72018e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72018e;
  -webkit-box-shadow: 1px 1px 3px 2px #72018e;
  box-shadow:         1px 1px 3px 2px #72018e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72018e


Comments

No comments written yet.

Please login to write comment.