Color Hex Logo

#721765 Color Hex

#721765
(114,23,101)
0 Favorites   0 Comments

Color spaces of #721765

RGB 11423101
HSL0.860.660.27
HSV309°80°45°
CMYK 0.000.800.11   0.55
XYZ9.59485.129812.7964
Yxy5.12980.34860.1864
Hunter Lab22.649135.9819-17.6437
CIE-Lab27.101447.0285-23.6526

#721765 color RGB value is (114,23,101).

#721765 hex color red value is 114, green value is 23 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #721765 hue: 0.86 , saturation: 0.66 and the lightness value of 721765 is 0.27.

The process color (four color CMYK) of #721765 color hex is 0.00, 0.80, 0.11, 0.55. Web safe color of #721765 is #660066. Color #721765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010111 01100101
Octal 162 27 145
Decimal 114 23 101
Hex 72 17 65

RGB Percentages of Color #721765

%47.90
%9.66
%42.44

CMYK Percentages of Color #721765

%0
%80
%11
%55

Triadic Colors of #721765

#721765 #657217 #176572

Analogous Colors of #721765

#721765 #721737 #511772

Monochromatic Colors of #721765

#721765

Complementary Color

#721765 #177224

#721765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721765 Color CSS Codes

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

#721765 Text Font Color

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

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


#721765 Background Color

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

This div background color is #721765


#721765 Border Color

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

This div border color is #721765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721765


Comments

No comments written yet.

Please login to write comment.