Color Hex Logo

#c411cb Color Hex

#C411CB
(196,17,203)
0 Favorites   0 Comments

Color spaces of #c411cb

RGB 19617203
HSL0.830.850.43
HSV298°92°80°
CMYK 0.030.920.00   0.20
XYZ33.744916.448557.8962
Yxy16.44850.31220.1522
Hunter Lab40.556877.5451-56.2489
CIE-Lab47.557580.0915-52.4473

#c411cb color RGB value is (196,17,203).

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

The process color (four color CMYK) of #c411cb color hex is 0.03, 0.92, 0.00, 0.20. Web safe color of #c411cb is #cc00cc. Color #c411cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010001 11001011
Octal 304 21 313
Decimal 196 17 203
Hex C4 11 CB

RGB Percentages of Color #c411cb

%47.12
%4.09
%48.80

CMYK Percentages of Color #c411cb

%3
%92
%0
%20

Triadic Colors of #c411cb

#c411cb #cbc411 #11cbc4

Analogous Colors of #c411cb

#c411cb #cb1175 #6711cb

Monochromatic Colors of #c411cb

#c411cb

Complementary Color

#c411cb #18cb11

#c411cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c411cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c411cb Color CSS Codes

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

#c411cb Text Font Color

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

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


#c411cb Background Color

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

This div background color is #c411cb


#c411cb Border Color

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

This div border color is #c411cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c411cb


Comments

No comments written yet.

Please login to write comment.