Color Hex Logo

#c411cf Color Hex

#C411CF
(196,17,207)
0 Favorites   0 Comments

Color spaces of #c411cf

RGB 19617207
HSL0.820.850.44
HSV297°92°81°
CMYK 0.050.920.00   0.19
XYZ34.227916.641760.4396
Yxy16.64170.30750.1495
Hunter Lab40.794278.3783-59.2864
CIE-Lab47.805480.7042-54.3587

#c411cf color RGB value is (196,17,207).

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

The process color (four color CMYK) of #c411cf color hex is 0.05, 0.92, 0.00, 0.19. Web safe color of #c411cf is #cc00cc. Color #c411cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010001 11001111
Octal 304 21 317
Decimal 196 17 207
Hex C4 11 CF

RGB Percentages of Color #c411cf

%46.67
%4.05
%49.29

CMYK Percentages of Color #c411cf

%5
%92
%0
%19

Triadic Colors of #c411cf

#c411cf #cfc411 #11cfc4

Analogous Colors of #c411cf

#c411cf #cf117b #6511cf

Monochromatic Colors of #c411cf

#c411cf

Complementary Color

#c411cf #1ccf11

#c411cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c411cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c411cf Color CSS Codes

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

#c411cf Text Font Color

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

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


#c411cf Background Color

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

This div background color is #c411cf


#c411cf Border Color

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

This div border color is #c411cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c411cf


Comments

No comments written yet.

Please login to write comment.