Color Hex Logo

#721287 Color Hex

#721287
(114,18,135)
0 Favorites   0 Comments

Color spaces of #721287

RGB 11418135
HSL0.800.760.30
HSV289°87°53°
CMYK 0.160.870.00   0.47
XYZ11.52895.759323.4257
Yxy5.75930.28320.1415
Hunter Lab23.998543.7540-41.0758
CIE-Lab28.796954.4164-42.6055

#721287 color RGB value is (114,18,135).

#721287 hex color red value is 114, green value is 18 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #721287 hue: 0.80 , saturation: 0.76 and the lightness value of 721287 is 0.30.

The process color (four color CMYK) of #721287 color hex is 0.16, 0.87, 0.00, 0.47. Web safe color of #721287 is #660099. Color #721287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010010 10000111
Octal 162 22 207
Decimal 114 18 135
Hex 72 12 87

RGB Percentages of Color #721287

%42.70
%6.74
%50.56

CMYK Percentages of Color #721287

%16
%87
%0
%47

Triadic Colors of #721287

#721287 #877212 #128772

Analogous Colors of #721287

#721287 #871262 #381287

Monochromatic Colors of #721287

#721287

Complementary Color

#721287 #278712

#721287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721287 Color CSS Codes

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

#721287 Text Font Color

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

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


#721287 Background Color

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

This div background color is #721287


#721287 Border Color

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

This div border color is #721287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721287


Comments

No comments written yet.

Please login to write comment.