Color Hex Logo

#c884ac Color Hex

#C884AC
(200,132,172)
0 Favorites   0 Comments

Color spaces of #c884ac

RGB 200132172
HSL0.900.380.65
HSV325°34°78°
CMYK 0.000.340.14   0.22
XYZ39.517131.760443.0773
Yxy31.76040.34560.2777
Hunter Lab56.356426.5406-5.8702
CIE-Lab63.144432.0410-10.3668

#c884ac color RGB value is (200,132,172).

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

The process color (four color CMYK) of #c884ac color hex is 0.00, 0.34, 0.14, 0.22. Web safe color of #c884ac is #cc9999. Color #c884ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000100 10101100
Octal 310 204 254
Decimal 200 132 172
Hex C8 84 AC

RGB Percentages of Color #c884ac

%39.68
%26.19
%34.13

CMYK Percentages of Color #c884ac

%0
%34
%14
%22

Triadic Colors of #c884ac

#c884ac #acc884 #84acc8

Analogous Colors of #c884ac

#c884ac #c8848a #c284c8

Monochromatic Colors of #c884ac

#c884ac

Complementary Color

#c884ac #84c8a0

#c884ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c884ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c884ac Color CSS Codes

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

#c884ac Text Font Color

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

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


#c884ac Background Color

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

This div background color is #c884ac


#c884ac Border Color

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

This div border color is #c884ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c884ac


Comments

No comments written yet.

Please login to write comment.