Color Hex Logo

#c04662 Color Hex

#C04662
(192,70,98)
0 Favorites   0 Comments

Color spaces of #c04662

RGB 1927098
HSL0.960.490.51
HSV346°64°75°
CMYK 0.000.640.49   0.25
XYZ26.133016.468613.3567
Yxy16.46860.46700.2943
Hunter Lab40.581543.92978.8928
CIE-Lab47.583451.061210.2517

#c04662 color RGB value is (192,70,98).

#c04662 hex color red value is 192, green value is 70 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #c04662 hue: 0.96 , saturation: 0.49 and the lightness value of c04662 is 0.51.

The process color (four color CMYK) of #c04662 color hex is 0.00, 0.64, 0.49, 0.25. Web safe color of #c04662 is #cc3366. Color #c04662 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000110 01100010
Octal 300 106 142
Decimal 192 70 98
Hex C0 46 62

RGB Percentages of Color #c04662

%53.33
%19.44
%27.22

CMYK Percentages of Color #c04662

%0
%64
%49
%25

Triadic Colors of #c04662

#c04662 #62c046 #4662c0

Analogous Colors of #c04662

#c04662 #c06746 #c0469f

Monochromatic Colors of #c04662

#c04662

Complementary Color

#c04662 #46c0a4

#c04662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04662 Color CSS Codes

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

#c04662 Text Font Color

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

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


#c04662 Background Color

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

This div background color is #c04662


#c04662 Border Color

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

This div border color is #c04662


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,70,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04662


Comments

No comments written yet.

Please login to write comment.