Color Hex Logo

#c2406e Color Hex

#C2406E
(194,64,110)
0 Favorites   0 Comments

Color spaces of #c2406e

RGB 19464110
HSL0.940.520.51
HSV339°67°76°
CMYK 0.000.670.43   0.24
XYZ26.896016.261916.4731
Yxy16.26190.45100.2727
Hunter Lab40.326048.48244.0084
CIE-Lab47.316255.34662.5959

#c2406e color RGB value is (194,64,110).

#c2406e hex color red value is 194, green value is 64 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c2406e hue: 0.94 , saturation: 0.52 and the lightness value of c2406e is 0.51.

The process color (four color CMYK) of #c2406e color hex is 0.00, 0.67, 0.43, 0.24. Web safe color of #c2406e is #cc3366. Color #c2406e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000000 01101110
Octal 302 100 156
Decimal 194 64 110
Hex C2 40 6E

RGB Percentages of Color #c2406e

%52.72
%17.39
%29.89

CMYK Percentages of Color #c2406e

%0
%67
%43
%24

Triadic Colors of #c2406e

#c2406e #6ec240 #406ec2

Analogous Colors of #c2406e

#c2406e #c25340 #c240af

Monochromatic Colors of #c2406e

#c2406e

Complementary Color

#c2406e #40c294

#c2406e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2406e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2406e Color CSS Codes

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

#c2406e Text Font Color

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

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


#c2406e Background Color

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

This div background color is #c2406e


#c2406e Border Color

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

This div border color is #c2406e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,64,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2406e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2406e;
  -webkit-box-shadow: 1px 1px 3px 2px #c2406e;
  box-shadow:         1px 1px 3px 2px #c2406e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,64,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2406e


Comments

No comments written yet.

Please login to write comment.