Color Hex Logo

#c424af Color Hex

#C424AF
(196,36,175)
0 Favorites   0 Comments

Color spaces of #c424af

RGB 19636175
HSL0.860.690.45
HSV308°82°77°
CMYK 0.000.820.11   0.23
XYZ31.133716.092742.0227
Yxy16.09270.34880.1803
Hunter Lab40.115768.3309-34.0275
CIE-Lab47.095972.7029-36.8285

#c424af color RGB value is (196,36,175).

#c424af hex color red value is 196, green value is 36 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c424af hue: 0.86 , saturation: 0.69 and the lightness value of c424af is 0.45.

The process color (four color CMYK) of #c424af color hex is 0.00, 0.82, 0.11, 0.23. Web safe color of #c424af is #cc3399. Color #c424af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100100 10101111
Octal 304 44 257
Decimal 196 36 175
Hex C4 24 AF

RGB Percentages of Color #c424af

%48.16
%8.85
%43.00

CMYK Percentages of Color #c424af

%0
%82
%11
%23

Triadic Colors of #c424af

#c424af #afc424 #24afc4

Analogous Colors of #c424af

#c424af #c4245f #8924c4

Monochromatic Colors of #c424af

#c424af

Complementary Color

#c424af #24c439

#c424af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c424af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c424af Color CSS Codes

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

#c424af Text Font Color

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

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


#c424af Background Color

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

This div background color is #c424af


#c424af Border Color

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

This div border color is #c424af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c424af


Comments

No comments written yet.

Please login to write comment.