Color Hex Logo

#c41184 Color Hex

#C41184
(196,17,132)
0 Favorites   0 Comments

Color spaces of #c41184

RGB 19617132
HSL0.890.840.42
HSV321°91°77°
CMYK 0.000.910.33   0.23
XYZ27.130313.802623.0640
Yxy13.80260.42390.2157
Hunter Lab37.151965.3347-10.8011
CIE-Lab43.948570.8131-15.8621

#c41184 color RGB value is (196,17,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010001 10000100
Octal 304 21 204
Decimal 196 17 132
Hex C4 11 84

RGB Percentages of Color #c41184

%56.81
%4.93
%38.26

CMYK Percentages of Color #c41184

%0
%91
%33
%23

Triadic Colors of #c41184

#c41184 #84c411 #1184c4

Analogous Colors of #c41184

#c41184 #c4112b #ab11c4

Monochromatic Colors of #c41184

#c41184

Complementary Color

#c41184 #11c451

#c41184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41184 Color CSS Codes

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

#c41184 Text Font Color

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

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


#c41184 Background Color

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

This div background color is #c41184


#c41184 Border Color

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

This div border color is #c41184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41184


Comments

No comments written yet.

Please login to write comment.