Color Hex Logo

#72065d Color Hex

#72065D
(114,6,93)
0 Favorites   0 Comments

Color spaces of #72065d

RGB 114693
HSL0.870.900.24
HSV312°95°45°
CMYK 0.000.950.18   0.55
XYZ8.98034.498010.7508
Yxy4.49800.37060.1856
Hunter Lab21.208538.4673-15.2088
CIE-Lab25.253849.9120-21.3120

#72065d color RGB value is (114,6,93).

#72065d hex color red value is 114, green value is 6 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #72065d hue: 0.87 , saturation: 0.90 and the lightness value of 72065d is 0.24.

The process color (four color CMYK) of #72065d color hex is 0.00, 0.95, 0.18, 0.55. Web safe color of #72065d is #660066. Color #72065d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000110 01011101
Octal 162 6 135
Decimal 114 6 93
Hex 72 6 5D

RGB Percentages of Color #72065d

%53.52
%2.82
%43.66

CMYK Percentages of Color #72065d

%0
%95
%18
%55

Triadic Colors of #72065d

#72065d #5d7206 #065d72

Analogous Colors of #72065d

#72065d #720627 #510672

Monochromatic Colors of #72065d

#72065d

Complementary Color

#72065d #06721b

#72065d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72065d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72065d Color CSS Codes

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

#72065d Text Font Color

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

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


#72065d Background Color

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

This div background color is #72065d


#72065d Border Color

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

This div border color is #72065d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72065d


Comments

No comments written yet.

Please login to write comment.