Color Hex Logo

#c7247e Color Hex

#C7247E
(199,36,126)
0 Favorites   0 Comments

Color spaces of #c7247e

RGB 19936126
HSL0.910.690.46
HSV327°82°78°
CMYK 0.000.820.37   0.22
XYZ27.950014.910221.1435
Yxy14.91020.43670.2330
Hunter Lab38.613761.6307-5.4355
CIE-Lab45.511067.3611-9.7627

#c7247e color RGB value is (199,36,126).

#c7247e hex color red value is 199, green value is 36 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c7247e hue: 0.91 , saturation: 0.69 and the lightness value of c7247e is 0.46.

The process color (four color CMYK) of #c7247e color hex is 0.00, 0.82, 0.37, 0.22. Web safe color of #c7247e is #cc3366. Color #c7247e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100100 01111110
Octal 307 44 176
Decimal 199 36 126
Hex C7 24 7E

RGB Percentages of Color #c7247e

%55.12
%9.97
%34.90

CMYK Percentages of Color #c7247e

%0
%82
%37
%22

Triadic Colors of #c7247e

#c7247e #7ec724 #247ec7

Analogous Colors of #c7247e

#c7247e #c7242d #bf24c7

Monochromatic Colors of #c7247e

#c7247e

Complementary Color

#c7247e #24c76d

#c7247e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7247e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7247e Color CSS Codes

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

#c7247e Text Font Color

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

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


#c7247e Background Color

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

This div background color is #c7247e


#c7247e Border Color

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

This div border color is #c7247e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7247e


Comments

No comments written yet.

Please login to write comment.