Color Hex Logo

#c07099 Color Hex

#C07099
(192,112,153)
0 Favorites   0 Comments

Color spaces of #c07099

RGB 192112153
HSL0.910.390.60
HSV329°42°75°
CMYK 0.000.420.20   0.25
XYZ33.282225.094733.2266
Yxy25.09470.36330.2739
Hunter Lab50.094630.9275-4.2595
CIE-Lab57.167637.0431-8.4987

#c07099 color RGB value is (192,112,153).

#c07099 hex color red value is 192, green value is 112 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c07099 hue: 0.91 , saturation: 0.39 and the lightness value of c07099 is 0.60.

The process color (four color CMYK) of #c07099 color hex is 0.00, 0.42, 0.20, 0.25. Web safe color of #c07099 is #cc6699. Color #c07099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110000 10011001
Octal 300 160 231
Decimal 192 112 153
Hex C0 70 99

RGB Percentages of Color #c07099

%42.01
%24.51
%33.48

CMYK Percentages of Color #c07099

%0
%42
%20
%25

Triadic Colors of #c07099

#c07099 #99c070 #7099c0

Analogous Colors of #c07099

#c07099 #c07071 #bf70c0

Monochromatic Colors of #c07099

#c07099

Complementary Color

#c07099 #70c097

#c07099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07099 Color CSS Codes

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

#c07099 Text Font Color

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

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


#c07099 Background Color

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

This div background color is #c07099


#c07099 Border Color

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

This div border color is #c07099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07099


Comments

No comments written yet.

Please login to write comment.