Color Hex Logo

#c397db Color Hex

#C397DB
(195,151,219)
0 Favorites   0 Comments

Color spaces of #c397db

RGB 195151219
HSL0.770.490.73
HSV279°31°86°
CMYK 0.110.310.00   0.14
XYZ46.358538.849872.0732
Yxy38.84980.29470.2470
Hunter Lab62.329623.6850-24.9277
CIE-Lab68.642328.7430-28.3665

#c397db color RGB value is (195,151,219).

#c397db hex color red value is 195, green value is 151 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c397db hue: 0.77 , saturation: 0.49 and the lightness value of c397db is 0.73.

The process color (four color CMYK) of #c397db color hex is 0.11, 0.31, 0.00, 0.14. Web safe color of #c397db is #cc99cc. Color #c397db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010111 11011011
Octal 303 227 333
Decimal 195 151 219
Hex C3 97 DB

RGB Percentages of Color #c397db

%34.51
%26.73
%38.76

CMYK Percentages of Color #c397db

%11
%31
%0
%14

Triadic Colors of #c397db

#c397db #dbc397 #97dbc3

Analogous Colors of #c397db

#c397db #db97d1 #a197db

Monochromatic Colors of #c397db

#c397db

Complementary Color

#c397db #afdb97

#c397db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c397db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c397db Color CSS Codes

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

#c397db Text Font Color

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

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


#c397db Background Color

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

This div background color is #c397db


#c397db Border Color

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

This div border color is #c397db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c397db


Comments

No comments written yet.

Please login to write comment.