Color Hex Logo

#c4298a Color Hex

#C4298A
(196,41,138)
0 Favorites   0 Comments

Color spaces of #c4298a

RGB 19641138
HSL0.900.650.46
HSV322°79°77°
CMYK 0.000.790.30   0.23
XYZ28.145315.156625.4869
Yxy15.15660.40920.2203
Hunter Lab38.931560.9155-11.5628
CIE-Lab45.847966.6812-16.6238

#c4298a color RGB value is (196,41,138).

#c4298a hex color red value is 196, green value is 41 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c4298a hue: 0.90 , saturation: 0.65 and the lightness value of c4298a is 0.46.

The process color (four color CMYK) of #c4298a color hex is 0.00, 0.79, 0.30, 0.23. Web safe color of #c4298a is #cc3399. Color #c4298a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101001 10001010
Octal 304 51 212
Decimal 196 41 138
Hex C4 29 8A

RGB Percentages of Color #c4298a

%52.27
%10.93
%36.80

CMYK Percentages of Color #c4298a

%0
%79
%30
%23

Triadic Colors of #c4298a

#c4298a #8ac429 #298ac4

Analogous Colors of #c4298a

#c4298a #c4293c #b129c4

Monochromatic Colors of #c4298a

#c4298a

Complementary Color

#c4298a #29c463

#c4298a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4298a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4298a Color CSS Codes

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

#c4298a Text Font Color

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

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


#c4298a Background Color

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

This div background color is #c4298a


#c4298a Border Color

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

This div border color is #c4298a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4298a


Comments

No comments written yet.

Please login to write comment.