Color Hex Logo

#c08fad Color Hex

#C08FAD
(192,143,173)
0 Favorites   0 Comments

Color spaces of #c08fad

RGB 192143173
HSL0.900.280.66
HSV323°26°75°
CMYK 0.000.260.10   0.25
XYZ39.103533.868544.0115
Yxy33.86850.33430.2895
Hunter Lab58.196618.0936-4.1007
CIE-Lab64.858123.3478-8.4659

#c08fad color RGB value is (192,143,173).

#c08fad hex color red value is 192, green value is 143 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c08fad hue: 0.90 , saturation: 0.28 and the lightness value of c08fad is 0.66.

The process color (four color CMYK) of #c08fad color hex is 0.00, 0.26, 0.10, 0.25. Web safe color of #c08fad is #cc9999. Color #c08fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001111 10101101
Octal 300 217 255
Decimal 192 143 173
Hex C0 8F AD

RGB Percentages of Color #c08fad

%37.80
%28.15
%34.06

CMYK Percentages of Color #c08fad

%0
%26
%10
%25

Triadic Colors of #c08fad

#c08fad #adc08f #8fadc0

Analogous Colors of #c08fad

#c08fad #c08f95 #bb8fc0

Monochromatic Colors of #c08fad

#c08fad

Complementary Color

#c08fad #8fc0a2

#c08fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08fad Color CSS Codes

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

#c08fad Text Font Color

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

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


#c08fad Background Color

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

This div background color is #c08fad


#c08fad Border Color

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

This div border color is #c08fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08fad


Comments

No comments written yet.

Please login to write comment.