Color Hex Logo

#c198db Color Hex

#C198DB
(193,152,219)
0 Favorites   0 Comments

Color spaces of #c198db

RGB 193152219
HSL0.770.480.73
HSV277°31°86°
CMYK 0.120.310.00   0.14
XYZ46.006738.908472.1031
Yxy38.90840.29300.2478
Hunter Lab62.376622.4960-24.8716
CIE-Lab68.684927.5615-28.3173

#c198db color RGB value is (193,152,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011000 11011011
Octal 301 230 333
Decimal 193 152 219
Hex C1 98 DB

RGB Percentages of Color #c198db

%34.22
%26.95
%38.83

CMYK Percentages of Color #c198db

%12
%31
%0
%14

Triadic Colors of #c198db

#c198db #dbc198 #98dbc1

Analogous Colors of #c198db

#c198db #db98d4 #a098db

Monochromatic Colors of #c198db

#c198db

Complementary Color

#c198db #b2db98

#c198db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c198db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c198db Color CSS Codes

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

#c198db Text Font Color

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

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


#c198db Background Color

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

This div background color is #c198db


#c198db Border Color

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

This div border color is #c198db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c198db

#c198db Color Palettes


Comments

No comments written yet.

Please login to write comment.