Color Hex Logo

#c185ad Color Hex

#C185AD
(193,133,173)
0 Favorites   0 Comments

Color spaces of #c185ad

RGB 193133173
HSL0.890.330.64
HSV320°31°76°
CMYK 0.000.310.10   0.24
XYZ37.922731.129643.5450
Yxy31.12960.33680.2765
Hunter Lab55.793923.6858-7.2178
CIE-Lab62.616929.2266-11.8057

#c185ad color RGB value is (193,133,173).

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

The process color (four color CMYK) of #c185ad color hex is 0.00, 0.31, 0.10, 0.24. Web safe color of #c185ad is #cc9999. Color #c185ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000101 10101101
Octal 301 205 255
Decimal 193 133 173
Hex C1 85 AD

RGB Percentages of Color #c185ad

%38.68
%26.65
%34.67

CMYK Percentages of Color #c185ad

%0
%31
%10
%24

Triadic Colors of #c185ad

#c185ad #adc185 #85adc1

Analogous Colors of #c185ad

#c185ad #c1858f #b785c1

Monochromatic Colors of #c185ad

#c185ad

Complementary Color

#c185ad #85c199

#c185ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c185ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c185ad Color CSS Codes

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

#c185ad Text Font Color

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

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


#c185ad Background Color

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

This div background color is #c185ad


#c185ad Border Color

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

This div border color is #c185ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c185ad


Comments

No comments written yet.

Please login to write comment.