Color Hex Logo

#c983ac Color Hex

#C983AC
(201,131,172)
0 Favorites   0 Comments

Color spaces of #c983ac

RGB 201131172
HSL0.900.390.65
HSV325°35°79°
CMYK 0.000.350.14   0.21
XYZ39.650131.628743.0449
Yxy31.62870.34680.2767
Hunter Lab56.239427.4278-6.0122
CIE-Lab63.034832.9313-10.5188

#c983ac color RGB value is (201,131,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000011 10101100
Octal 311 203 254
Decimal 201 131 172
Hex C9 83 AC

RGB Percentages of Color #c983ac

%39.88
%25.99
%34.13

CMYK Percentages of Color #c983ac

%0
%35
%14
%21

Triadic Colors of #c983ac

#c983ac #acc983 #83acc9

Analogous Colors of #c983ac

#c983ac #c98389 #c383c9

Monochromatic Colors of #c983ac

#c983ac

Complementary Color

#c983ac #83c9a0

#c983ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c983ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c983ac Color CSS Codes

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

#c983ac Text Font Color

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

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


#c983ac Background Color

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

This div background color is #c983ac


#c983ac Border Color

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

This div border color is #c983ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c983ac


Comments

No comments written yet.

Please login to write comment.