Color Hex Logo

#c0416e Color Hex

#C0416E
(192,65,110)
0 Favorites   0 Comments

Color spaces of #c0416e

RGB 19265110
HSL0.940.500.50
HSV339°66°75°
CMYK 0.000.660.43   0.25
XYZ26.443016.112916.4682
Yxy16.11290.44800.2730
Hunter Lab40.140947.34123.7743
CIE-Lab47.122354.32932.2720

#c0416e color RGB value is (192,65,110).

#c0416e hex color red value is 192, green value is 65 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c0416e hue: 0.94 , saturation: 0.50 and the lightness value of c0416e is 0.50.

The process color (four color CMYK) of #c0416e color hex is 0.00, 0.66, 0.43, 0.25. Web safe color of #c0416e is #cc3366. Color #c0416e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000001 01101110
Octal 300 101 156
Decimal 192 65 110
Hex C0 41 6E

RGB Percentages of Color #c0416e

%52.32
%17.71
%29.97

CMYK Percentages of Color #c0416e

%0
%66
%43
%25

Triadic Colors of #c0416e

#c0416e #6ec041 #416ec0

Analogous Colors of #c0416e

#c0416e #c05441 #c041ae

Monochromatic Colors of #c0416e

#c0416e

Complementary Color

#c0416e #41c093

#c0416e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0416e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0416e Color CSS Codes

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

#c0416e Text Font Color

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

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


#c0416e Background Color

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

This div background color is #c0416e


#c0416e Border Color

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

This div border color is #c0416e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,65,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 #c0416e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0416e


Comments

No comments written yet.

Please login to write comment.