Color Hex Logo

#c7427e Color Hex

#C7427E
(199,66,126)
0 Favorites   0 Comments

Color spaces of #c7427e

RGB 19966126
HSL0.920.540.52
HSV333°67°78°
CMYK 0.000.670.37   0.22
XYZ29.267317.544921.5826
Yxy17.54490.42790.2565
Hunter Lab41.886651.4211-1.2293
CIE-Lab48.939457.7269-4.6479

#c7427e color RGB value is (199,66,126).

#c7427e hex color red value is 199, green value is 66 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c7427e hue: 0.92 , saturation: 0.54 and the lightness value of c7427e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000010 01111110
Octal 307 102 176
Decimal 199 66 126
Hex C7 42 7E

RGB Percentages of Color #c7427e

%50.90
%16.88
%32.23

CMYK Percentages of Color #c7427e

%0
%67
%37
%22

Triadic Colors of #c7427e

#c7427e #7ec742 #427ec7

Analogous Colors of #c7427e

#c7427e #c74942 #c742c1

Monochromatic Colors of #c7427e

#c7427e

Complementary Color

#c7427e #42c78b

#c7427e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7427e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7427e Color CSS Codes

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

#c7427e Text Font Color

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

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


#c7427e Background Color

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

This div background color is #c7427e


#c7427e Border Color

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

This div border color is #c7427e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,66,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 #c7427e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7427e


Comments

No comments written yet.

Please login to write comment.