Color Hex Logo

#c183aa Color Hex

#C183AA
(193,131,170)
0 Favorites   0 Comments

Color spaces of #c183aa

RGB 193131170
HSL0.900.330.64
HSV322°32°76°
CMYK 0.000.320.12   0.24
XYZ37.364330.472341.9426
Yxy30.47230.34040.2776
Hunter Lab55.201724.2180-6.4077
CIE-Lab62.059629.8130-10.9364

#c183aa color RGB value is (193,131,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000011 10101010
Octal 301 203 252
Decimal 193 131 170
Hex C1 83 AA

RGB Percentages of Color #c183aa

%39.07
%26.52
%34.41

CMYK Percentages of Color #c183aa

%0
%32
%12
%24

Triadic Colors of #c183aa

#c183aa #aac183 #83aac1

Analogous Colors of #c183aa

#c183aa #c1838b #b983c1

Monochromatic Colors of #c183aa

#c183aa

Complementary Color

#c183aa #83c19a

#c183aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c183aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c183aa Color CSS Codes

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

#c183aa Text Font Color

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

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


#c183aa Background Color

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

This div background color is #c183aa


#c183aa Border Color

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

This div border color is #c183aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,131,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c183aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c183aa


Comments

No comments written yet.

Please login to write comment.