Color Hex Logo

#c40dac Color Hex

#C40DAC
(196,13,172)
0 Favorites   0 Comments

Color spaces of #c40dac

RGB 19613172
HSL0.860.880.41
HSV308°93°77°
CMYK 0.000.930.12   0.23
XYZ30.355315.002240.3255
Yxy15.00220.35430.1751
Hunter Lab38.732772.1106-34.6153
CIE-Lab45.637276.0935-37.3561

#c40dac color RGB value is (196,13,172).

#c40dac hex color red value is 196, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c40dac hue: 0.86 , saturation: 0.88 and the lightness value of c40dac is 0.41.

The process color (four color CMYK) of #c40dac color hex is 0.00, 0.93, 0.12, 0.23. Web safe color of #c40dac is #cc0099. Color #c40dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001101 10101100
Octal 304 15 254
Decimal 196 13 172
Hex C4 D AC

RGB Percentages of Color #c40dac

%51.44
%3.41
%45.14

CMYK Percentages of Color #c40dac

%0
%93
%12
%23

Triadic Colors of #c40dac

#c40dac #acc40d #0dacc4

Analogous Colors of #c40dac

#c40dac #c40d51 #810dc4

Monochromatic Colors of #c40dac

#c40dac

Complementary Color

#c40dac #0dc425

#c40dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40dac Color CSS Codes

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

#c40dac Text Font Color

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

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


#c40dac Background Color

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

This div background color is #c40dac


#c40dac Border Color

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

This div border color is #c40dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40dac


Comments

No comments written yet.

Please login to write comment.