Color Hex Logo

#c04160 Color Hex

#C04160
(192,65,96)
0 Favorites   0 Comments

Color spaces of #c04160

RGB 1926596
HSL0.960.500.50
HSV345°66°75°
CMYK 0.000.660.50   0.25
XYZ25.739815.831612.7655
Yxy15.83160.47370.2914
Hunter Lab39.788945.84258.8302
CIE-Lab46.752853.002510.3080

#c04160 color RGB value is (192,65,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000001 01100000
Octal 300 101 140
Decimal 192 65 96
Hex C0 41 60

RGB Percentages of Color #c04160

%54.39
%18.41
%27.20

CMYK Percentages of Color #c04160

%0
%66
%50
%25

Triadic Colors of #c04160

#c04160 #60c041 #4160c0

Analogous Colors of #c04160

#c04160 #c06241 #c041a0

Monochromatic Colors of #c04160

#c04160

Complementary Color

#c04160 #41c0a1

#c04160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04160 Color CSS Codes

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

#c04160 Text Font Color

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

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


#c04160 Background Color

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

This div background color is #c04160


#c04160 Border Color

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

This div border color is #c04160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04160


Comments

No comments written yet.

Please login to write comment.