Color Hex Logo

#c72e90 Color Hex

#C72E90
(199,46,144)
0 Favorites   0 Comments

Color spaces of #c72e90

RGB 19946144
HSL0.890.620.48
HSV322°77°78°
CMYK 0.000.770.28   0.22
XYZ29.564216.109727.9368
Yxy16.10970.40160.2188
Hunter Lab40.136961.2407-13.1723
CIE-Lab47.118166.7152-18.2630

#c72e90 color RGB value is (199,46,144).

#c72e90 hex color red value is 199, green value is 46 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c72e90 hue: 0.89 , saturation: 0.62 and the lightness value of c72e90 is 0.48.

The process color (four color CMYK) of #c72e90 color hex is 0.00, 0.77, 0.28, 0.22. Web safe color of #c72e90 is #cc3399. Color #c72e90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101110 10010000
Octal 307 56 220
Decimal 199 46 144
Hex C7 2E 90

RGB Percentages of Color #c72e90

%51.16
%11.83
%37.02

CMYK Percentages of Color #c72e90

%0
%77
%28
%22

Triadic Colors of #c72e90

#c72e90 #90c72e #2e90c7

Analogous Colors of #c72e90

#c72e90 #c72e44 #b22ec7

Monochromatic Colors of #c72e90

#c72e90

Complementary Color

#c72e90 #2ec765

#c72e90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72e90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72e90 Color CSS Codes

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

#c72e90 Text Font Color

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

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


#c72e90 Background Color

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

This div background color is #c72e90


#c72e90 Border Color

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

This div border color is #c72e90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,46,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c72e90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c72e90;
  -webkit-box-shadow: 1px 1px 3px 2px #c72e90;
  box-shadow:         1px 1px 3px 2px #c72e90; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,46,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72e90


Comments

No comments written yet.

Please login to write comment.