Color Hex Logo

#c395aa Color Hex

#C395AA
(195,149,170)
0 Favorites   0 Comments

Color spaces of #c395aa

RGB 195149170
HSL0.920.280.67
HSV333°24°76°
CMYK 0.000.240.13   0.24
XYZ40.508835.999342.8437
Yxy35.99930.33940.3016
Hunter Lab59.999415.5159-0.3375
CIE-Lab66.519420.5894-4.2819

#c395aa color RGB value is (195,149,170).

#c395aa hex color red value is 195, green value is 149 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c395aa hue: 0.92 , saturation: 0.28 and the lightness value of c395aa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010101 10101010
Octal 303 225 252
Decimal 195 149 170
Hex C3 95 AA

RGB Percentages of Color #c395aa

%37.94
%28.99
%33.07

CMYK Percentages of Color #c395aa

%0
%24
%13
%24

Triadic Colors of #c395aa

#c395aa #aac395 #95aac3

Analogous Colors of #c395aa

#c395aa #c39795 #c395c1

Monochromatic Colors of #c395aa

#c395aa

Complementary Color

#c395aa #95c3ae

#c395aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c395aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c395aa Color CSS Codes

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

#c395aa Text Font Color

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

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


#c395aa Background Color

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

This div background color is #c395aa


#c395aa Border Color

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

This div border color is #c395aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c395aa


Comments

No comments written yet.

Please login to write comment.