Color Hex Logo

#c2406f Color Hex

#C2406F
(194,64,111)
0 Favorites   0 Comments

Color spaces of #c2406f

RGB 19464111
HSL0.940.520.51
HSV338°67°76°
CMYK 0.000.670.43   0.24
XYZ26.950816.283816.7616
Yxy16.28380.44920.2714
Hunter Lab40.353248.59723.6198
CIE-Lab47.344655.44692.0263

#c2406f color RGB value is (194,64,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000000 01101111
Octal 302 100 157
Decimal 194 64 111
Hex C2 40 6F

RGB Percentages of Color #c2406f

%52.57
%17.34
%30.08

CMYK Percentages of Color #c2406f

%0
%67
%43
%24

Triadic Colors of #c2406f

#c2406f #6fc240 #406fc2

Analogous Colors of #c2406f

#c2406f #c25240 #c240b0

Monochromatic Colors of #c2406f

#c2406f

Complementary Color

#c2406f #40c293

#c2406f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2406f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2406f Color CSS Codes

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

#c2406f Text Font Color

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

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


#c2406f Background Color

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

This div background color is #c2406f


#c2406f Border Color

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

This div border color is #c2406f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2406f


Comments

No comments written yet.

Please login to write comment.