Color Hex Logo

#c284aa Color Hex

#C284AA
(194,132,170)
0 Favorites   0 Comments

Color spaces of #c284aa

RGB 194132170
HSL0.900.340.64
HSV323°32°76°
CMYK 0.000.320.12   0.24
XYZ37.755130.874141.9996
Yxy30.87410.34130.2791
Hunter Lab55.564524.0499-5.9205
CIE-Lab62.401229.6132-10.4133

#c284aa color RGB value is (194,132,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000100 10101010
Octal 302 204 252
Decimal 194 132 170
Hex C2 84 AA

RGB Percentages of Color #c284aa

%39.11
%26.61
%34.27

CMYK Percentages of Color #c284aa

%0
%32
%12
%24

Triadic Colors of #c284aa

#c284aa #aac284 #84aac2

Analogous Colors of #c284aa

#c284aa #c2848b #bb84c2

Monochromatic Colors of #c284aa

#c284aa

Complementary Color

#c284aa #84c29c

#c284aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c284aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c284aa Color CSS Codes

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

#c284aa Text Font Color

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

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


#c284aa Background Color

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

This div background color is #c284aa


#c284aa Border Color

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

This div border color is #c284aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c284aa

#c284aa Color Palettes


Comments

No comments written yet.

Please login to write comment.