Color Hex Logo

#c4207f Color Hex

#C4207F
(196,32,127)
0 Favorites   0 Comments

Color spaces of #c4207f

RGB 19632127
HSL0.900.720.45
HSV325°84°77°
CMYK 0.000.840.35   0.23
XYZ27.112214.301121.4101
Yxy14.30110.43160.2276
Hunter Lab37.816861.7936-7.0955
CIE-Lab44.661767.6658-11.7117

#c4207f color RGB value is (196,32,127).

#c4207f hex color red value is 196, green value is 32 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c4207f hue: 0.90 , saturation: 0.72 and the lightness value of c4207f is 0.45.

The process color (four color CMYK) of #c4207f color hex is 0.00, 0.84, 0.35, 0.23. Web safe color of #c4207f is #cc3366. Color #c4207f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100000 01111111
Octal 304 40 177
Decimal 196 32 127
Hex C4 20 7F

RGB Percentages of Color #c4207f

%55.21
%9.01
%35.77

CMYK Percentages of Color #c4207f

%0
%84
%35
%23

Triadic Colors of #c4207f

#c4207f #7fc420 #207fc4

Analogous Colors of #c4207f

#c4207f #c4202d #b720c4

Monochromatic Colors of #c4207f

#c4207f

Complementary Color

#c4207f #20c465

#c4207f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4207f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4207f Color CSS Codes

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

#c4207f Text Font Color

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

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


#c4207f Background Color

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

This div background color is #c4207f


#c4207f Border Color

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

This div border color is #c4207f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,32,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4207f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4207f;
  -webkit-box-shadow: 1px 1px 3px 2px #c4207f;
  box-shadow:         1px 1px 3px 2px #c4207f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,32,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4207f


Comments

No comments written yet.

Please login to write comment.