Color Hex Logo

#c197db Color Hex

#C197DB
(193,151,219)
0 Favorites   0 Comments

Color spaces of #c197db

RGB 193151219
HSL0.770.490.73
HSV277°31°86°
CMYK 0.120.310.00   0.14
XYZ45.845138.585172.0492
Yxy38.58510.29300.2466
Hunter Lab62.116923.0365-25.2884
CIE-Lab68.449728.1151-28.6793

#c197db color RGB value is (193,151,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010111 11011011
Octal 301 227 333
Decimal 193 151 219
Hex C1 97 DB

RGB Percentages of Color #c197db

%34.28
%26.82
%38.90

CMYK Percentages of Color #c197db

%12
%31
%0
%14

Triadic Colors of #c197db

#c197db #dbc197 #97dbc1

Analogous Colors of #c197db

#c197db #db97d3 #9f97db

Monochromatic Colors of #c197db

#c197db

Complementary Color

#c197db #b1db97

#c197db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c197db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c197db Color CSS Codes

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

#c197db Text Font Color

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

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


#c197db Background Color

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

This div background color is #c197db


#c197db Border Color

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

This div border color is #c197db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c197db


Comments

No comments written yet.

Please login to write comment.