Color Hex Logo

#c411af Color Hex

#C411AF
(196,17,175)
0 Favorites   0 Comments

Color spaces of #c411af

RGB 19617175
HSL0.850.840.42
HSV307°91°77°
CMYK 0.000.910.11   0.23
XYZ30.703315.231841.8792
Yxy15.23180.34960.1735
Hunter Lab39.027972.1272-36.3020
CIE-Lab45.950176.0461-38.6381

#c411af color RGB value is (196,17,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010001 10101111
Octal 304 21 257
Decimal 196 17 175
Hex C4 11 AF

RGB Percentages of Color #c411af

%50.52
%4.38
%45.10

CMYK Percentages of Color #c411af

%0
%91
%11
%23

Triadic Colors of #c411af

#c411af #afc411 #11afc4

Analogous Colors of #c411af

#c411af #c41156 #8011c4

Monochromatic Colors of #c411af

#c411af

Complementary Color

#c411af #11c426

#c411af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c411af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c411af Color CSS Codes

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

#c411af Text Font Color

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

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


#c411af Background Color

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

This div background color is #c411af


#c411af Border Color

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

This div border color is #c411af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c411af


Comments

No comments written yet.

Please login to write comment.