Color Hex Logo

#c184ad Color Hex

#C184AD
(193,132,173)
0 Favorites   0 Comments

Color spaces of #c184ad

RGB 193132173
HSL0.890.330.64
HSV320°32°76°
CMYK 0.000.320.10   0.24
XYZ37.786430.857143.4996
Yxy30.85710.33690.2752
Hunter Lab55.549224.2106-7.5446
CIE-Lab62.386829.7768-12.1511

#c184ad color RGB value is (193,132,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000100 10101101
Octal 301 204 255
Decimal 193 132 173
Hex C1 84 AD

RGB Percentages of Color #c184ad

%38.76
%26.51
%34.74

CMYK Percentages of Color #c184ad

%0
%32
%10
%24

Triadic Colors of #c184ad

#c184ad #adc184 #84adc1

Analogous Colors of #c184ad

#c184ad #c1848f #b784c1

Monochromatic Colors of #c184ad

#c184ad

Complementary Color

#c184ad #84c198

#c184ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c184ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c184ad Color CSS Codes

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

#c184ad Text Font Color

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

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


#c184ad Background Color

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

This div background color is #c184ad


#c184ad Border Color

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

This div border color is #c184ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c184ad


Comments

No comments written yet.

Please login to write comment.