Color Hex Logo

#c40ca2 Color Hex

#C40CA2
(196,12,162)
0 Favorites   0 Comments

Color spaces of #c40ca2

RGB 19612162
HSL0.860.880.41
HSV311°94°77°
CMYK 0.000.940.17   0.23
XYZ29.418014.607335.4514
Yxy14.60730.37010.1838
Hunter Lab38.219570.5094-28.2422
CIE-Lab45.091674.8909-32.2600

#c40ca2 color RGB value is (196,12,162).

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

The process color (four color CMYK) of #c40ca2 color hex is 0.00, 0.94, 0.17, 0.23. Web safe color of #c40ca2 is #cc0099. Color #c40ca2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001100 10100010
Octal 304 14 242
Decimal 196 12 162
Hex C4 C A2

RGB Percentages of Color #c40ca2

%52.97
%3.24
%43.78

CMYK Percentages of Color #c40ca2

%0
%94
%17
%23

Triadic Colors of #c40ca2

#c40ca2 #a2c40c #0ca2c4

Analogous Colors of #c40ca2

#c40ca2 #c40c46 #8a0cc4

Monochromatic Colors of #c40ca2

#c40ca2

Complementary Color

#c40ca2 #0cc42e

#c40ca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40ca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40ca2 Color CSS Codes

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

#c40ca2 Text Font Color

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

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


#c40ca2 Background Color

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

This div background color is #c40ca2


#c40ca2 Border Color

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

This div border color is #c40ca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40ca2


Comments

No comments written yet.

Please login to write comment.