Color Hex Logo

#c07381 Color Hex

#C07381
(192,115,129)
0 Favorites   0 Comments

Color spaces of #c07381

RGB 192115129
HSL0.970.380.60
HSV349°40°75°
CMYK 0.000.400.33   0.25
XYZ31.831425.052923.9269
Yxy25.05290.39390.3100
Hunter Lab50.052925.92556.6945
CIE-Lab57.126932.02125.3907

#c07381 color RGB value is (192,115,129).

#c07381 hex color red value is 192, green value is 115 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #c07381 hue: 0.97 , saturation: 0.38 and the lightness value of c07381 is 0.60.

The process color (four color CMYK) of #c07381 color hex is 0.00, 0.40, 0.33, 0.25. Web safe color of #c07381 is #cc6699. Color #c07381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110011 10000001
Octal 300 163 201
Decimal 192 115 129
Hex C0 73 81

RGB Percentages of Color #c07381

%44.04
%26.38
%29.59

CMYK Percentages of Color #c07381

%0
%40
%33
%25

Triadic Colors of #c07381

#c07381 #81c073 #7381c0

Analogous Colors of #c07381

#c07381 #c08c73 #c073a8

Monochromatic Colors of #c07381

#c07381

Complementary Color

#c07381 #73c0b2

#c07381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07381 Color CSS Codes

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

#c07381 Text Font Color

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

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


#c07381 Background Color

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

This div background color is #c07381


#c07381 Border Color

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

This div border color is #c07381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07381


Comments

No comments written yet.

Please login to write comment.