Color Hex Logo

#c04862 Color Hex

#C04862
(192,72,98)
0 Favorites   0 Comments

Color spaces of #c04862

RGB 1927298
HSL0.960.490.52
HSV347°63°75°
CMYK 0.000.630.49   0.25
XYZ26.260216.723013.3991
Yxy16.72300.46580.2966
Hunter Lab40.893843.06099.1989
CIE-Lab47.909150.183810.7082

#c04862 color RGB value is (192,72,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001000 01100010
Octal 300 110 142
Decimal 192 72 98
Hex C0 48 62

RGB Percentages of Color #c04862

%53.04
%19.89
%27.07

CMYK Percentages of Color #c04862

%0
%63
%49
%25

Triadic Colors of #c04862

#c04862 #62c048 #4862c0

Analogous Colors of #c04862

#c04862 #c06a48 #c0489e

Monochromatic Colors of #c04862

#c04862

Complementary Color

#c04862 #48c0a6

#c04862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04862 Color CSS Codes

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

#c04862 Text Font Color

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

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


#c04862 Background Color

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

This div background color is #c04862


#c04862 Border Color

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

This div border color is #c04862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04862


Comments

No comments written yet.

Please login to write comment.