Color Hex Logo

#c07cad Color Hex

#C07CAD
(192,124,173)
0 Favorites   0 Comments

Color spaces of #c07cad

RGB 192124173
HSL0.880.350.62
HSV317°35°75°
CMYK 0.000.350.10   0.25
XYZ36.488728.638943.1399
Yxy28.63890.33700.2645
Hunter Lab53.515328.0560-10.3343
CIE-Lab60.461633.8172-15.0633

#c07cad color RGB value is (192,124,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111100 10101101
Octal 300 174 255
Decimal 192 124 173
Hex C0 7C AD

RGB Percentages of Color #c07cad

%39.26
%25.36
%35.38

CMYK Percentages of Color #c07cad

%0
%35
%10
%25

Triadic Colors of #c07cad

#c07cad #adc07c #7cadc0

Analogous Colors of #c07cad

#c07cad #c07c8b #b17cc0

Monochromatic Colors of #c07cad

#c07cad

Complementary Color

#c07cad #7cc08f

#c07cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07cad Color CSS Codes

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

#c07cad Text Font Color

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

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


#c07cad Background Color

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

This div background color is #c07cad


#c07cad Border Color

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

This div border color is #c07cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07cad


Comments

No comments written yet.

Please login to write comment.