Color Hex Logo

#c07fad Color Hex

#C07FAD
(192,127,173)
0 Favorites   0 Comments

Color spaces of #c07fad

RGB 192127173
HSL0.880.340.63
HSV318°34°75°
CMYK 0.000.340.10   0.25
XYZ36.870429.402343.2671
Yxy29.40230.33660.2684
Hunter Lab54.223926.4821-9.3528
CIE-Lab61.135032.1772-14.0464

#c07fad color RGB value is (192,127,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111111 10101101
Octal 300 177 255
Decimal 192 127 173
Hex C0 7F AD

RGB Percentages of Color #c07fad

%39.02
%25.81
%35.16

CMYK Percentages of Color #c07fad

%0
%34
%10
%25

Triadic Colors of #c07fad

#c07fad #adc07f #7fadc0

Analogous Colors of #c07fad

#c07fad #c07f8d #b37fc0

Monochromatic Colors of #c07fad

#c07fad

Complementary Color

#c07fad #7fc092

#c07fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07fad Color CSS Codes

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

#c07fad Text Font Color

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

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


#c07fad Background Color

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

This div background color is #c07fad


#c07fad Border Color

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

This div border color is #c07fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07fad


Comments

No comments written yet.

Please login to write comment.