Color Hex Logo

#c983aa Color Hex

#C983AA
(201,131,170)
0 Favorites   0 Comments

Color spaces of #c983aa

RGB 201131170
HSL0.910.390.65
HSV327°35°79°
CMYK 0.000.350.15   0.21
XYZ39.459431.552442.0407
Yxy31.55240.34900.2791
Hunter Lab56.171527.0926-5.0546
CIE-Lab62.971232.6056-9.4780

#c983aa color RGB value is (201,131,170).

#c983aa hex color red value is 201, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c983aa hue: 0.91 , saturation: 0.39 and the lightness value of c983aa is 0.65.

The process color (four color CMYK) of #c983aa color hex is 0.00, 0.35, 0.15, 0.21. Web safe color of #c983aa is #cc9999. Color #c983aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000011 10101010
Octal 311 203 252
Decimal 201 131 170
Hex C9 83 AA

RGB Percentages of Color #c983aa

%40.04
%26.10
%33.86

CMYK Percentages of Color #c983aa

%0
%35
%15
%21

Triadic Colors of #c983aa

#c983aa #aac983 #83aac9

Analogous Colors of #c983aa

#c983aa #c98387 #c583c9

Monochromatic Colors of #c983aa

#c983aa

Complementary Color

#c983aa #83c9a2

#c983aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c983aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c983aa Color CSS Codes

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

#c983aa Text Font Color

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

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


#c983aa Background Color

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

This div background color is #c983aa


#c983aa Border Color

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

This div border color is #c983aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c983aa


Comments

No comments written yet.

Please login to write comment.