Color Hex Logo

#c07481 Color Hex

#C07481
(192,116,129)
0 Favorites   0 Comments

Color spaces of #c07481

RGB 192116129
HSL0.970.380.60
HSV350°40°75°
CMYK 0.000.400.33   0.25
XYZ31.946125.282223.9651
Yxy25.28220.39350.3114
Hunter Lab50.281425.41686.9382
CIE-Lab57.349431.47915.7100

#c07481 color RGB value is (192,116,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110100 10000001
Octal 300 164 201
Decimal 192 116 129
Hex C0 74 81

RGB Percentages of Color #c07481

%43.94
%26.54
%29.52

CMYK Percentages of Color #c07481

%0
%40
%33
%25

Triadic Colors of #c07481

#c07481 #81c074 #7481c0

Analogous Colors of #c07481

#c07481 #c08d74 #c074a7

Monochromatic Colors of #c07481

#c07481

Complementary Color

#c07481 #74c0b3

#c07481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07481 Color CSS Codes

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

#c07481 Text Font Color

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

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


#c07481 Background Color

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

This div background color is #c07481


#c07481 Border Color

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

This div border color is #c07481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07481


Comments

No comments written yet.

Please login to write comment.