Color Hex Logo

#c07dac Color Hex

#C07DAC
(192,125,172)
0 Favorites   0 Comments

Color spaces of #c07dac

RGB 192125172
HSL0.880.350.62
HSV318°35°75°
CMYK 0.000.350.10   0.25
XYZ36.518228.852342.6740
Yxy28.85230.33800.2670
Hunter Lab53.714327.3548-9.5036
CIE-Lab60.651133.0985-14.2059

#c07dac color RGB value is (192,125,172).

#c07dac hex color red value is 192, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c07dac hue: 0.88 , saturation: 0.35 and the lightness value of c07dac is 0.62.

The process color (four color CMYK) of #c07dac color hex is 0.00, 0.35, 0.10, 0.25. Web safe color of #c07dac is #cc6699. Color #c07dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111101 10101100
Octal 300 175 254
Decimal 192 125 172
Hex C0 7D AC

RGB Percentages of Color #c07dac

%39.26
%25.56
%35.17

CMYK Percentages of Color #c07dac

%0
%35
%10
%25

Triadic Colors of #c07dac

#c07dac #acc07d #7dacc0

Analogous Colors of #c07dac

#c07dac #c07d8b #b37dc0

Monochromatic Colors of #c07dac

#c07dac

Complementary Color

#c07dac #7dc091

#c07dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07dac Color CSS Codes

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

#c07dac Text Font Color

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

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


#c07dac Background Color

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

This div background color is #c07dac


#c07dac Border Color

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

This div border color is #c07dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07dac


Comments

No comments written yet.

Please login to write comment.