Color Hex Logo

#c350aa Color Hex

#C350AA
(195,80,170)
0 Favorites   0 Comments

Color spaces of #c350aa

RGB 19580170
HSL0.870.490.54
HSV313°59°76°
CMYK 0.000.590.13   0.24
XYZ32.630020.241740.2175
Yxy20.24170.35050.2174
Hunter Lab44.990850.7250-21.5061
CIE-Lab52.109456.5284-26.0688

#c350aa color RGB value is (195,80,170).

#c350aa hex color red value is 195, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c350aa hue: 0.87 , saturation: 0.49 and the lightness value of c350aa is 0.54.

The process color (four color CMYK) of #c350aa color hex is 0.00, 0.59, 0.13, 0.24. Web safe color of #c350aa is #cc6699. Color #c350aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010000 10101010
Octal 303 120 252
Decimal 195 80 170
Hex C3 50 AA

RGB Percentages of Color #c350aa

%43.82
%17.98
%38.20

CMYK Percentages of Color #c350aa

%0
%59
%13
%24

Triadic Colors of #c350aa

#c350aa #aac350 #50aac3

Analogous Colors of #c350aa

#c350aa #c35071 #a350c3

Monochromatic Colors of #c350aa

#c350aa

Complementary Color

#c350aa #50c369

#c350aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c350aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c350aa Color CSS Codes

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

#c350aa Text Font Color

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

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


#c350aa Background Color

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

This div background color is #c350aa


#c350aa Border Color

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

This div border color is #c350aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c350aa


Comments

No comments written yet.

Please login to write comment.