Color Hex Logo

#c371aa Color Hex

#C371AA
(195,113,170)
0 Favorites   0 Comments

Color spaces of #c371aa

RGB 195113170
HSL0.880.410.60
HSV318°42°76°
CMYK 0.000.420.13   0.24
XYZ35.666526.314641.2296
Yxy26.31460.34560.2550
Hunter Lab51.297834.3371-11.7448
CIE-Lab58.334540.2357-16.5297

#c371aa color RGB value is (195,113,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110001 10101010
Octal 303 161 252
Decimal 195 113 170
Hex C3 71 AA

RGB Percentages of Color #c371aa

%40.79
%23.64
%35.56

CMYK Percentages of Color #c371aa

%0
%42
%13
%24

Triadic Colors of #c371aa

#c371aa #aac371 #71aac3

Analogous Colors of #c371aa

#c371aa #c37181 #b371c3

Monochromatic Colors of #c371aa

#c371aa

Complementary Color

#c371aa #71c38a

#c371aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c371aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c371aa Color CSS Codes

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

#c371aa Text Font Color

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

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


#c371aa Background Color

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

This div background color is #c371aa


#c371aa Border Color

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

This div border color is #c371aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c371aa


Comments

No comments written yet.

Please login to write comment.