Color Hex Logo

#c41080 Color Hex

#C41080
(196,16,128)
0 Favorites   0 Comments

Color spaces of #c41080

RGB 19616128
HSL0.900.850.42
HSV323°92°77°
CMYK 0.000.920.35   0.23
XYZ26.846513.664921.6447
Yxy13.66490.43190.2198
Hunter Lab36.966164.9445-8.8398
CIE-Lab43.748570.5233-13.7095

#c41080 color RGB value is (196,16,128).

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

The process color (four color CMYK) of #c41080 color hex is 0.00, 0.92, 0.35, 0.23. Web safe color of #c41080 is #cc0099. Color #c41080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010000 10000000
Octal 304 20 200
Decimal 196 16 128
Hex C4 10 80

RGB Percentages of Color #c41080

%57.65
%4.71
%37.65

CMYK Percentages of Color #c41080

%0
%92
%35
%23

Triadic Colors of #c41080

#c41080 #80c410 #1080c4

Analogous Colors of #c41080

#c41080 #c41026 #ae10c4

Monochromatic Colors of #c41080

#c41080

Complementary Color

#c41080 #10c454

#c41080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41080 Color CSS Codes

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

#c41080 Text Font Color

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

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


#c41080 Background Color

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

This div background color is #c41080


#c41080 Border Color

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

This div border color is #c41080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41080


Comments

No comments written yet.

Please login to write comment.