Color Hex Logo

#c04a6c Color Hex

#C04A6C
(192,74,108)
0 Favorites   0 Comments

Color spaces of #c04a6c

RGB 19274108
HSL0.950.480.52
HSV343°61°75°
CMYK 0.000.610.44   0.25
XYZ26.893817.186716.0873
Yxy17.18670.44700.2856
Hunter Lab41.456843.24676.0123
CIE-Lab48.494450.25925.4658

#c04a6c color RGB value is (192,74,108).

#c04a6c hex color red value is 192, green value is 74 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #c04a6c hue: 0.95 , saturation: 0.48 and the lightness value of c04a6c is 0.52.

The process color (four color CMYK) of #c04a6c color hex is 0.00, 0.61, 0.44, 0.25. Web safe color of #c04a6c is #cc3366. Color #c04a6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001010 01101100
Octal 300 112 154
Decimal 192 74 108
Hex C0 4A 6C

RGB Percentages of Color #c04a6c

%51.34
%19.79
%28.88

CMYK Percentages of Color #c04a6c

%0
%61
%44
%25

Triadic Colors of #c04a6c

#c04a6c #6cc04a #4a6cc0

Analogous Colors of #c04a6c

#c04a6c #c0634a #c04aa7

Monochromatic Colors of #c04a6c

#c04a6c

Complementary Color

#c04a6c #4ac09e

#c04a6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04a6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04a6c Color CSS Codes

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

#c04a6c Text Font Color

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

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


#c04a6c Background Color

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

This div background color is #c04a6c


#c04a6c Border Color

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

This div border color is #c04a6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04a6c


Comments

No comments written yet.

Please login to write comment.