Color Hex Logo

#c41984 Color Hex

#C41984
(196,25,132)
0 Favorites   0 Comments

Color spaces of #c41984

RGB 19625132
HSL0.900.770.43
HSV322°87°77°
CMYK 0.000.870.33   0.23
XYZ27.277414.097023.1131
Yxy14.09700.42300.2186
Hunter Lab37.546063.9760-10.2164
CIE-Lab44.371769.5828-15.2169

#c41984 color RGB value is (196,25,132).

#c41984 hex color red value is 196, green value is 25 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c41984 hue: 0.90 , saturation: 0.77 and the lightness value of c41984 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 10000100
Octal 304 31 204
Decimal 196 25 132
Hex C4 19 84

RGB Percentages of Color #c41984

%55.52
%7.08
%37.39

CMYK Percentages of Color #c41984

%0
%87
%33
%23

Triadic Colors of #c41984

#c41984 #84c419 #1984c4

Analogous Colors of #c41984

#c41984 #c4192e #af19c4

Monochromatic Colors of #c41984

#c41984

Complementary Color

#c41984 #19c459

#c41984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41984 Color CSS Codes

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

#c41984 Text Font Color

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

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


#c41984 Background Color

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

This div background color is #c41984


#c41984 Border Color

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

This div border color is #c41984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41984


Comments

No comments written yet.

Please login to write comment.