Color Hex Logo

#c414af Color Hex

#C414AF
(196,20,175)
0 Favorites   0 Comments

Color spaces of #c414af

RGB 19620175
HSL0.850.810.42
HSV307°90°77°
CMYK 0.000.900.11   0.23
XYZ30.753015.331241.8958
Yxy15.33120.34950.1743
Hunter Lab39.155171.6753-36.0315
CIE-Lab46.084575.6515-38.4255

#c414af color RGB value is (196,20,175).

#c414af hex color red value is 196, green value is 20 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c414af hue: 0.85 , saturation: 0.81 and the lightness value of c414af is 0.42.

The process color (four color CMYK) of #c414af color hex is 0.00, 0.90, 0.11, 0.23. Web safe color of #c414af is #cc0099. Color #c414af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010100 10101111
Octal 304 24 257
Decimal 196 20 175
Hex C4 14 AF

RGB Percentages of Color #c414af

%50.13
%5.12
%44.76

CMYK Percentages of Color #c414af

%0
%90
%11
%23

Triadic Colors of #c414af

#c414af #afc414 #14afc4

Analogous Colors of #c414af

#c414af #c41457 #8114c4

Monochromatic Colors of #c414af

#c414af

Complementary Color

#c414af #14c429

#c414af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c414af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c414af Color CSS Codes

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

#c414af Text Font Color

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

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


#c414af Background Color

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

This div background color is #c414af


#c414af Border Color

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

This div border color is #c414af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c414af


Comments

No comments written yet.

Please login to write comment.