Color Hex Logo

#c4299f Color Hex

#C4299F
(196,41,159)
0 Favorites   0 Comments

Color spaces of #c4299f

RGB 19641159
HSL0.870.650.46
HSV314°79°77°
CMYK 0.000.790.19   0.23
XYZ29.815915.824834.2839
Yxy15.82480.37310.1980
Hunter Lab39.780464.1723-23.2516
CIE-Lab46.743869.2873-27.8841

#c4299f color RGB value is (196,41,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101001 10011111
Octal 304 51 237
Decimal 196 41 159
Hex C4 29 9F

RGB Percentages of Color #c4299f

%49.49
%10.35
%40.15

CMYK Percentages of Color #c4299f

%0
%79
%19
%23

Triadic Colors of #c4299f

#c4299f #9fc429 #299fc4

Analogous Colors of #c4299f

#c4299f #c42952 #9c29c4

Monochromatic Colors of #c4299f

#c4299f

Complementary Color

#c4299f #29c44e

#c4299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4299f Color CSS Codes

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

#c4299f Text Font Color

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

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


#c4299f Background Color

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

This div background color is #c4299f


#c4299f Border Color

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

This div border color is #c4299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4299f


Comments

No comments written yet.

Please login to write comment.