Color Hex Logo

#c4428c Color Hex

#C4428C
(196,66,140)
0 Favorites   0 Comments

Color spaces of #c4428c

RGB 19666140
HSL0.910.520.51
HSV326°66°77°
CMYK 0.000.660.29   0.23
XYZ29.446817.525626.6417
Yxy17.52560.40000.2381
Hunter Lab41.863652.2954-8.4272
CIE-Lab48.915658.5184-13.1689

#c4428c color RGB value is (196,66,140).

#c4428c hex color red value is 196, green value is 66 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #c4428c hue: 0.91 , saturation: 0.52 and the lightness value of c4428c is 0.51.

The process color (four color CMYK) of #c4428c color hex is 0.00, 0.66, 0.29, 0.23. Web safe color of #c4428c is #cc3399. Color #c4428c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000010 10001100
Octal 304 102 214
Decimal 196 66 140
Hex C4 42 8C

RGB Percentages of Color #c4428c

%48.76
%16.42
%34.83

CMYK Percentages of Color #c4428c

%0
%66
%29
%23

Triadic Colors of #c4428c

#c4428c #8cc442 #428cc4

Analogous Colors of #c4428c

#c4428c #c4424b #bb42c4

Monochromatic Colors of #c4428c

#c4428c

Complementary Color

#c4428c #42c47a

#c4428c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4428c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4428c Color CSS Codes

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

#c4428c Text Font Color

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

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


#c4428c Background Color

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

This div background color is #c4428c


#c4428c Border Color

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

This div border color is #c4428c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4428c


Comments

No comments written yet.

Please login to write comment.