Color Hex Logo

#c189dc Color Hex

#C189DC
(193,137,220)
0 Favorites   0 Comments

Color spaces of #c189dc

RGB 193137220
HSL0.780.540.70
HSV280°38°86°
CMYK 0.120.380.00   0.14
XYZ43.856234.396172.0378
Yxy34.39610.29180.2289
Hunter Lab58.648230.8452-31.7724
CIE-Lab65.275836.0412-34.1424

#c189dc color RGB value is (193,137,220).

#c189dc hex color red value is 193, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c189dc hue: 0.78 , saturation: 0.54 and the lightness value of c189dc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 11011100
Octal 301 211 334
Decimal 193 137 220
Hex C1 89 DC

RGB Percentages of Color #c189dc

%35.09
%24.91
%40.00

CMYK Percentages of Color #c189dc

%12
%38
%0
%14

Triadic Colors of #c189dc

#c189dc #dcc189 #89dcc1

Analogous Colors of #c189dc

#c189dc #dc89ce #9889dc

Monochromatic Colors of #c189dc

#c189dc

Complementary Color

#c189dc #a4dc89

#c189dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c189dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c189dc Color CSS Codes

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

#c189dc Text Font Color

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

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


#c189dc Background Color

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

This div background color is #c189dc


#c189dc Border Color

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

This div border color is #c189dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c189dc


Comments

No comments written yet.

Please login to write comment.