Color Hex Logo

#c198dc Color Hex

#C198DC
(193,152,220)
0 Favorites   0 Comments

Color spaces of #c198dc

RGB 193152220
HSL0.770.490.73
HSV276°31°86°
CMYK 0.120.310.00   0.14
XYZ46.138838.961272.7986
Yxy38.96120.29220.2467
Hunter Lab62.418922.7105-25.4561
CIE-Lab68.723227.7719-28.8100

#c198dc color RGB value is (193,152,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011000 11011100
Octal 301 230 334
Decimal 193 152 220
Hex C1 98 DC

RGB Percentages of Color #c198dc

%34.16
%26.90
%38.94

CMYK Percentages of Color #c198dc

%12
%31
%0
%14

Triadic Colors of #c198dc

#c198dc #dcc198 #98dcc1

Analogous Colors of #c198dc

#c198dc #dc98d5 #9f98dc

Monochromatic Colors of #c198dc

#c198dc

Complementary Color

#c198dc #b3dc98

#c198dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c198dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c198dc Color CSS Codes

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

#c198dc Text Font Color

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

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


#c198dc Background Color

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

This div background color is #c198dc


#c198dc Border Color

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

This div border color is #c198dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c198dc


Comments

No comments written yet.

Please login to write comment.