Color Hex Logo

#c183ad Color Hex

#C183AD
(193,131,173)
0 Favorites   0 Comments

Color spaces of #c183ad

RGB 193131173
HSL0.890.330.64
HSV319°32°76°
CMYK 0.000.320.10   0.24
XYZ37.651430.587243.4546
Yxy30.58720.33710.2739
Hunter Lab55.305724.7355-7.8711
CIE-Lab62.157630.3264-12.4955

#c183ad color RGB value is (193,131,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000011 10101101
Octal 301 203 255
Decimal 193 131 173
Hex C1 83 AD

RGB Percentages of Color #c183ad

%38.83
%26.36
%34.81

CMYK Percentages of Color #c183ad

%0
%32
%10
%24

Triadic Colors of #c183ad

#c183ad #adc183 #83adc1

Analogous Colors of #c183ad

#c183ad #c1838e #b683c1

Monochromatic Colors of #c183ad

#c183ad

Complementary Color

#c183ad #83c197

#c183ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c183ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c183ad Color CSS Codes

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

#c183ad Text Font Color

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

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


#c183ad Background Color

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

This div background color is #c183ad


#c183ad Border Color

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

This div border color is #c183ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c183ad


Comments

No comments written yet.

Please login to write comment.