Color Hex Logo

#c41add Color Hex

#C41ADD
(196,26,221)
0 Favorites   0 Comments

Color spaces of #c41add

RGB 19626221
HSL0.810.790.48
HSV292°88°87°
CMYK 0.110.880.00   0.13
XYZ36.185517.695069.9149
Yxy17.69500.29230.1429
Hunter Lab42.065479.9347-69.0972
CIE-Lab49.124181.6766-60.2611

#c41add color RGB value is (196,26,221).

#c41add hex color red value is 196, green value is 26 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c41add hue: 0.81 , saturation: 0.79 and the lightness value of c41add is 0.48.

The process color (four color CMYK) of #c41add color hex is 0.11, 0.88, 0.00, 0.13. Web safe color of #c41add is #cc33cc. Color #c41add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011010 11011101
Octal 304 32 335
Decimal 196 26 221
Hex C4 1A DD

RGB Percentages of Color #c41add

%44.24
%5.87
%49.89

CMYK Percentages of Color #c41add

%11
%88
%0
%13

Triadic Colors of #c41add

#c41add #ddc41a #1addc4

Analogous Colors of #c41add

#c41add #dd1a95 #631add

Monochromatic Colors of #c41add

#c41add

Complementary Color

#c41add #33dd1a

#c41add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41add Color CSS Codes

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

#c41add Text Font Color

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

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


#c41add Background Color

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

This div background color is #c41add


#c41add Border Color

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

This div border color is #c41add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41add


Comments

No comments written yet.

Please login to write comment.