Color Hex Logo

#c287ac Color Hex

#C287AC
(194,135,172)
0 Favorites   0 Comments

Color spaces of #c287ac

RGB 194135172
HSL0.900.330.65
HSV322°30°76°
CMYK 0.000.300.11   0.24
XYZ38.358531.775843.1414
Yxy31.77580.33860.2805
Hunter Lab56.370022.8176-5.9171
CIE-Lab63.157228.3025-10.4175

#c287ac color RGB value is (194,135,172).

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

The process color (four color CMYK) of #c287ac color hex is 0.00, 0.30, 0.11, 0.24. Web safe color of #c287ac is #cc9999. Color #c287ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000111 10101100
Octal 302 207 254
Decimal 194 135 172
Hex C2 87 AC

RGB Percentages of Color #c287ac

%38.72
%26.95
%34.33

CMYK Percentages of Color #c287ac

%0
%30
%11
%24

Triadic Colors of #c287ac

#c287ac #acc287 #87acc2

Analogous Colors of #c287ac

#c287ac #c2878f #bb87c2

Monochromatic Colors of #c287ac

#c287ac

Complementary Color

#c287ac #87c29d

#c287ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c287ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c287ac Color CSS Codes

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

#c287ac Text Font Color

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

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


#c287ac Background Color

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

This div background color is #c287ac


#c287ac Border Color

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

This div border color is #c287ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c287ac


Comments

No comments written yet.

Please login to write comment.