Color Hex Logo

#c270aa Color Hex

#C270AA
(194,112,170)
0 Favorites   0 Comments

Color spaces of #c270aa

RGB 194112170
HSL0.880.400.60
HSV318°42°76°
CMYK 0.000.420.12   0.24
XYZ35.298025.960041.1806
Yxy25.96000.34460.2534
Hunter Lab50.951034.4977-12.2549
CIE-Lab57.999140.4351-17.0507

#c270aa color RGB value is (194,112,170).

#c270aa hex color red value is 194, green value is 112 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c270aa hue: 0.88 , saturation: 0.40 and the lightness value of c270aa is 0.60.

The process color (four color CMYK) of #c270aa color hex is 0.00, 0.42, 0.12, 0.24. Web safe color of #c270aa is #cc6699. Color #c270aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110000 10101010
Octal 302 160 252
Decimal 194 112 170
Hex C2 70 AA

RGB Percentages of Color #c270aa

%40.76
%23.53
%35.71

CMYK Percentages of Color #c270aa

%0
%42
%12
%24

Triadic Colors of #c270aa

#c270aa #aac270 #70aac2

Analogous Colors of #c270aa

#c270aa #c27081 #b170c2

Monochromatic Colors of #c270aa

#c270aa

Complementary Color

#c270aa #70c288

#c270aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c270aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c270aa Color CSS Codes

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

#c270aa Text Font Color

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

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


#c270aa Background Color

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

This div background color is #c270aa


#c270aa Border Color

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

This div border color is #c270aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c270aa


Comments

No comments written yet.

Please login to write comment.