Color Hex Logo

#c41da8 Color Hex

#C41DA8
(196,29,168)
0 Favorites   0 Comments

Color spaces of #c41da8

RGB 19629168
HSL0.860.740.44
HSV310°85°77°
CMYK 0.000.850.14   0.23
XYZ30.272215.441638.4308
Yxy15.44160.35980.1835
Hunter Lab39.295868.7429-30.4778
CIE-Lab46.233273.2124-34.0429

#c41da8 color RGB value is (196,29,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011101 10101000
Octal 304 35 250
Decimal 196 29 168
Hex C4 1D A8

RGB Percentages of Color #c41da8

%49.87
%7.38
%42.75

CMYK Percentages of Color #c41da8

%0
%85
%14
%23

Triadic Colors of #c41da8

#c41da8 #a8c41d #1da8c4

Analogous Colors of #c41da8

#c41da8 #c41d55 #8d1dc4

Monochromatic Colors of #c41da8

#c41da8

Complementary Color

#c41da8 #1dc439

#c41da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41da8 Color CSS Codes

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

#c41da8 Text Font Color

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

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


#c41da8 Background Color

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

This div background color is #c41da8


#c41da8 Border Color

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

This div border color is #c41da8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41da8


Comments

No comments written yet.

Please login to write comment.