Color Hex Logo

#c397ad Color Hex

#C397AD
(195,151,173)
1 Favorites   0 Comments

Color spaces of #c397ad

RGB 195151173
HSL0.920.270.68
HSV330°23°76°
CMYK 0.000.230.11   0.24
XYZ41.115136.752444.4621
Yxy36.75240.33610.3004
Hunter Lab60.623814.9673-1.0473
CIE-Lab67.090919.9941-5.1192

#c397ad color RGB value is (195,151,173).

#c397ad hex color red value is 195, green value is 151 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c397ad hue: 0.92 , saturation: 0.27 and the lightness value of c397ad is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010111 10101101
Octal 303 227 255
Decimal 195 151 173
Hex C3 97 AD

RGB Percentages of Color #c397ad

%37.57
%29.09
%33.33

CMYK Percentages of Color #c397ad

%0
%23
%11
%24

Triadic Colors of #c397ad

#c397ad #adc397 #97adc3

Analogous Colors of #c397ad

#c397ad #c39797 #c397c3

Monochromatic Colors of #c397ad

#c397ad

Complementary Color

#c397ad #97c3ad

#c397ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c397ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c397ad Color CSS Codes

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

#c397ad Text Font Color

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

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


#c397ad Background Color

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

This div background color is #c397ad


#c397ad Border Color

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

This div border color is #c397ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,151,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c397ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c397ad


Comments

No comments written yet.

Please login to write comment.