Color Hex Logo

#c5427e Color Hex

#C5427E
(197,66,126)
0 Favorites   0 Comments

Color spaces of #c5427e

RGB 19766126
HSL0.920.530.52
HSV333°66°77°
CMYK 0.000.660.36   0.23
XYZ28.740117.273121.5579
Yxy17.27310.42530.2556
Hunter Lab41.560950.7043-1.6614
CIE-Lab48.602357.1402-5.1845

#c5427e color RGB value is (197,66,126).

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

The process color (four color CMYK) of #c5427e color hex is 0.00, 0.66, 0.36, 0.23. Web safe color of #c5427e is #cc3366. Color #c5427e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000010 01111110
Octal 305 102 176
Decimal 197 66 126
Hex C5 42 7E

RGB Percentages of Color #c5427e

%50.64
%16.97
%32.39

CMYK Percentages of Color #c5427e

%0
%66
%36
%23

Triadic Colors of #c5427e

#c5427e #7ec542 #427ec5

Analogous Colors of #c5427e

#c5427e #c54842 #c542c0

Monochromatic Colors of #c5427e

#c5427e

Complementary Color

#c5427e #42c589

#c5427e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5427e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5427e Color CSS Codes

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

#c5427e Text Font Color

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

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


#c5427e Background Color

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

This div background color is #c5427e


#c5427e Border Color

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

This div border color is #c5427e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5427e


Comments

No comments written yet.

Please login to write comment.