Color Hex Logo

#72057d Color Hex

#72057D
(114,5,125)
0 Favorites   0 Comments

Color spaces of #72057d

RGB 1145125
HSL0.820.920.25
HSV295°96°49°
CMYK 0.090.960.00   0.51
XYZ10.69545.166619.8356
Yxy5.16660.29960.1447
Hunter Lab22.730244.2132-35.8286
CIE-Lab27.204255.1669-38.8870

#72057d color RGB value is (114,5,125).

#72057d hex color red value is 114, green value is 5 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #72057d hue: 0.82 , saturation: 0.92 and the lightness value of 72057d is 0.25.

The process color (four color CMYK) of #72057d color hex is 0.09, 0.96, 0.00, 0.51. Web safe color of #72057d is #660066. Color #72057d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000101 01111101
Octal 162 5 175
Decimal 114 5 125
Hex 72 5 7D

RGB Percentages of Color #72057d

%46.72
%2.05
%51.23

CMYK Percentages of Color #72057d

%9
%96
%0
%51

Triadic Colors of #72057d

#72057d #7d7205 #057d72

Analogous Colors of #72057d

#72057d #7d054c #36057d

Monochromatic Colors of #72057d

#72057d

Complementary Color

#72057d #107d05

#72057d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72057d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72057d Color CSS Codes

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

#72057d Text Font Color

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

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


#72057d Background Color

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

This div background color is #72057d


#72057d Border Color

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

This div border color is #72057d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,5,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 #72057d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72057d


Comments

No comments written yet.

Please login to write comment.