Color Hex Logo

#c198de Color Hex

#C198DE
(193,152,222)
0 Favorites   0 Comments

Color spaces of #c198de

RGB 193152222
HSL0.760.510.73
HSV275°32°87°
CMYK 0.130.320.00   0.13
XYZ46.405439.067974.2023
Yxy39.06790.29060.2447
Hunter Lab62.504323.1421-26.6334
CIE-Lab68.800428.1942-29.7936

#c198de color RGB value is (193,152,222).

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

The process color (four color CMYK) of #c198de color hex is 0.13, 0.32, 0.00, 0.13. Web safe color of #c198de is #cc99cc. Color #c198de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011000 11011110
Octal 301 230 336
Decimal 193 152 222
Hex C1 98 DE

RGB Percentages of Color #c198de

%34.04
%26.81
%39.15

CMYK Percentages of Color #c198de

%13
%32
%0
%13

Triadic Colors of #c198de

#c198de #dec198 #98dec1

Analogous Colors of #c198de

#c198de #de98d8 #9e98de

Monochromatic Colors of #c198de

#c198de

Complementary Color

#c198de #b5de98

#c198de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c198de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c198de Color CSS Codes

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

#c198de Text Font Color

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

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


#c198de Background Color

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

This div background color is #c198de


#c198de Border Color

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

This div border color is #c198de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,152,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c198de


Comments

No comments written yet.

Please login to write comment.