Color Hex Logo

#c04762 Color Hex

#C04762
(192,71,98)
0 Favorites   0 Comments

Color spaces of #c04762

RGB 1927198
HSL0.960.490.52
HSV347°63°75°
CMYK 0.000.630.49   0.25
XYZ26.196116.594813.3777
Yxy16.59480.46640.2954
Hunter Lab40.736743.49679.0452
CIE-Lab47.745450.624410.4789

#c04762 color RGB value is (192,71,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000111 01100010
Octal 300 107 142
Decimal 192 71 98
Hex C0 47 62

RGB Percentages of Color #c04762

%53.19
%19.67
%27.15

CMYK Percentages of Color #c04762

%0
%63
%49
%25

Triadic Colors of #c04762

#c04762 #62c047 #4762c0

Analogous Colors of #c04762

#c04762 #c06947 #c0479f

Monochromatic Colors of #c04762

#c04762

Complementary Color

#c04762 #47c0a5

#c04762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04762 Color CSS Codes

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

#c04762 Text Font Color

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

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


#c04762 Background Color

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

This div background color is #c04762


#c04762 Border Color

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

This div border color is #c04762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04762


Comments

No comments written yet.

Please login to write comment.