Color Hex Logo

#c083ad Color Hex

#C083AD
(192,131,173)
0 Favorites   0 Comments

Color spaces of #c083ad

RGB 192131173
HSL0.890.330.63
HSV319°32°75°
CMYK 0.000.320.10   0.25
XYZ37.397430.456243.4427
Yxy30.45620.33600.2736
Hunter Lab55.187124.3825-8.0414
CIE-Lab62.045929.9804-12.6747

#c083ad color RGB value is (192,131,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000011 10101101
Octal 300 203 255
Decimal 192 131 173
Hex C0 83 AD

RGB Percentages of Color #c083ad

%38.71
%26.41
%34.88

CMYK Percentages of Color #c083ad

%0
%32
%10
%25

Triadic Colors of #c083ad

#c083ad #adc083 #83adc0

Analogous Colors of #c083ad

#c083ad #c0838f #b583c0

Monochromatic Colors of #c083ad

#c083ad

Complementary Color

#c083ad #83c096

#c083ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c083ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c083ad Color CSS Codes

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

#c083ad Text Font Color

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

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


#c083ad Background Color

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

This div background color is #c083ad


#c083ad Border Color

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

This div border color is #c083ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c083ad


Comments

No comments written yet.

Please login to write comment.