Color Hex Logo

#c370aa Color Hex

#C370AA
(195,112,170)
0 Favorites   0 Comments

Color spaces of #c370aa

RGB 195112170
HSL0.880.410.60
HSV318°43°76°
CMYK 0.000.430.13   0.24
XYZ35.555526.092741.1926
Yxy26.09270.34570.2537
Hunter Lab51.081034.8551-12.0558
CIE-Lab58.124940.7643-16.8477

#c370aa color RGB value is (195,112,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110000 10101010
Octal 303 160 252
Decimal 195 112 170
Hex C3 70 AA

RGB Percentages of Color #c370aa

%40.88
%23.48
%35.64

CMYK Percentages of Color #c370aa

%0
%43
%13
%24

Triadic Colors of #c370aa

#c370aa #aac370 #70aac3

Analogous Colors of #c370aa

#c370aa #c37081 #b370c3

Monochromatic Colors of #c370aa

#c370aa

Complementary Color

#c370aa #70c389

#c370aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c370aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c370aa Color CSS Codes

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

#c370aa Text Font Color

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

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


#c370aa Background Color

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

This div background color is #c370aa


#c370aa Border Color

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

This div border color is #c370aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c370aa


Comments

No comments written yet.

Please login to write comment.