Color Hex Logo

#72207d Color Hex

#72207D
(114,32,125)
0 Favorites   0 Comments

Color spaces of #72207d

RGB 11432125
HSL0.810.590.31
HSV293°74°49°
CMYK 0.090.740.00   0.51
XYZ11.15766.091119.9897
Yxy6.09110.29960.1636
Hunter Lab24.680237.5074-30.7459
CIE-Lab29.641148.0912-34.9782

#72207d color RGB value is (114,32,125).

#72207d hex color red value is 114, green value is 32 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #72207d hue: 0.81 , saturation: 0.59 and the lightness value of 72207d is 0.31.

The process color (four color CMYK) of #72207d color hex is 0.09, 0.74, 0.00, 0.51. Web safe color of #72207d is #663366. Color #72207d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100000 01111101
Octal 162 40 175
Decimal 114 32 125
Hex 72 20 7D

RGB Percentages of Color #72207d

%42.07
%11.81
%46.13

CMYK Percentages of Color #72207d

%9
%74
%0
%51

Triadic Colors of #72207d

#72207d #7d7220 #207d72

Analogous Colors of #72207d

#72207d #7d205a #44207d

Monochromatic Colors of #72207d

#72207d

Complementary Color

#72207d #2b7d20

#72207d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72207d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72207d Color CSS Codes

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

#72207d Text Font Color

<p style="color:#72207d">Text here</p>

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


#72207d Background Color

<div style="background-color:#72207d">
Div content here</div>

This div background color is #72207d


#72207d Border Color

<div style="border:3px solid #72207d">
Div here</div>

This div border color is #72207d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,32,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72207d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72207d;
  -webkit-box-shadow: 1px 1px 3px 2px #72207d;
  box-shadow:         1px 1px 3px 2px #72207d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72207d


Comments

No comments written yet.

Please login to write comment.