Color Hex Logo

#c2428c Color Hex

#C2428C
(194,66,140)
0 Favorites   0 Comments

Color spaces of #c2428c

RGB 19466140
HSL0.900.510.51
HSV325°66°76°
CMYK 0.000.660.28   0.24
XYZ28.930017.259226.6175
Yxy17.25920.39740.2371
Hunter Lab41.544251.5991-8.9064
CIE-Lab48.585057.9524-13.7010

#c2428c color RGB value is (194,66,140).

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

The process color (four color CMYK) of #c2428c color hex is 0.00, 0.66, 0.28, 0.24. Web safe color of #c2428c is #cc3399. Color #c2428c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000010 10001100
Octal 302 102 214
Decimal 194 66 140
Hex C2 42 8C

RGB Percentages of Color #c2428c

%48.50
%16.50
%35.00

CMYK Percentages of Color #c2428c

%0
%66
%28
%24

Triadic Colors of #c2428c

#c2428c #8cc242 #428cc2

Analogous Colors of #c2428c

#c2428c #c2424c #b842c2

Monochromatic Colors of #c2428c

#c2428c

Complementary Color

#c2428c #42c278

#c2428c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2428c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2428c Color CSS Codes

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

#c2428c Text Font Color

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

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


#c2428c Background Color

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

This div background color is #c2428c


#c2428c Border Color

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

This div border color is #c2428c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2428c


Comments

No comments written yet.

Please login to write comment.