Color Hex Logo

#c280aa Color Hex

#C280AA
(194,128,170)
0 Favorites   0 Comments

Color spaces of #c280aa

RGB 194128170
HSL0.890.350.63
HSV322°34°76°
CMYK 0.000.340.12   0.24
XYZ37.223029.810041.8222
Yxy29.81000.34190.2739
Hunter Lab54.598526.1464-7.1969
CIE-Lab61.489931.8062-11.7792

#c280aa color RGB value is (194,128,170).

#c280aa hex color red value is 194, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c280aa hue: 0.89 , saturation: 0.35 and the lightness value of c280aa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000000 10101010
Octal 302 200 252
Decimal 194 128 170
Hex C2 80 AA

RGB Percentages of Color #c280aa

%39.43
%26.02
%34.55

CMYK Percentages of Color #c280aa

%0
%34
%12
%24

Triadic Colors of #c280aa

#c280aa #aac280 #80aac2

Analogous Colors of #c280aa

#c280aa #c28089 #b980c2

Monochromatic Colors of #c280aa

#c280aa

Complementary Color

#c280aa #80c298

#c280aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c280aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c280aa Color CSS Codes

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

#c280aa Text Font Color

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

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


#c280aa Background Color

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

This div background color is #c280aa


#c280aa Border Color

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

This div border color is #c280aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c280aa


Comments

No comments written yet.

Please login to write comment.