Color Hex Logo

#c41cad Color Hex

#C41CAD
(196,28,173)
0 Favorites   0 Comments

Color spaces of #c41cad

RGB 19628173
HSL0.860.750.44
HSV308°86°77°
CMYK 0.000.860.12   0.23
XYZ30.723015.583440.9238
Yxy15.58340.35220.1786
Hunter Lab39.475869.8392-33.8317
CIE-Lab46.423174.0805-36.7079

#c41cad color RGB value is (196,28,173).

#c41cad hex color red value is 196, green value is 28 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c41cad hue: 0.86 , saturation: 0.75 and the lightness value of c41cad is 0.44.

The process color (four color CMYK) of #c41cad color hex is 0.00, 0.86, 0.12, 0.23. Web safe color of #c41cad is #cc3399. Color #c41cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011100 10101101
Octal 304 34 255
Decimal 196 28 173
Hex C4 1C AD

RGB Percentages of Color #c41cad

%49.37
%7.05
%43.58

CMYK Percentages of Color #c41cad

%0
%86
%12
%23

Triadic Colors of #c41cad

#c41cad #adc41c #1cadc4

Analogous Colors of #c41cad

#c41cad #c41c59 #871cc4

Monochromatic Colors of #c41cad

#c41cad

Complementary Color

#c41cad #1cc433

#c41cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41cad Color CSS Codes

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

#c41cad Text Font Color

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

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


#c41cad Background Color

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

This div background color is #c41cad


#c41cad Border Color

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

This div border color is #c41cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41cad


Comments

No comments written yet.

Please login to write comment.