Color Hex Logo

#c41daf Color Hex

#C41DAF
(196,29,175)
0 Favorites   0 Comments

Color spaces of #c41daf

RGB 19629175
HSL0.850.740.44
HSV308°85°77°
CMYK 0.000.850.11   0.23
XYZ30.942215.709641.9589
Yxy15.70960.34920.1773
Hunter Lab39.635369.9881-35.0211
CIE-Lab46.591274.1702-37.6250

#c41daf color RGB value is (196,29,175).

#c41daf hex color red value is 196, green value is 29 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c41daf hue: 0.85 , saturation: 0.74 and the lightness value of c41daf is 0.44.

The process color (four color CMYK) of #c41daf color hex is 0.00, 0.85, 0.11, 0.23. Web safe color of #c41daf is #cc3399. Color #c41daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011101 10101111
Octal 304 35 257
Decimal 196 29 175
Hex C4 1D AF

RGB Percentages of Color #c41daf

%49.00
%7.25
%43.75

CMYK Percentages of Color #c41daf

%0
%85
%11
%23

Triadic Colors of #c41daf

#c41daf #afc41d #1dafc4

Analogous Colors of #c41daf

#c41daf #c41d5b #861dc4

Monochromatic Colors of #c41daf

#c41daf

Complementary Color

#c41daf #1dc432

#c41daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41daf Color CSS Codes

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

#c41daf Text Font Color

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

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


#c41daf Background Color

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

This div background color is #c41daf


#c41daf Border Color

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

This div border color is #c41daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41daf


Comments

No comments written yet.

Please login to write comment.