Color Hex Logo

#c187dc Color Hex

#C187DC
(193,135,220)
0 Favorites   0 Comments

Color spaces of #c187dc

RGB 193135220
HSL0.780.550.70
HSV281°39°86°
CMYK 0.120.390.00   0.14
XYZ43.574633.832771.9439
Yxy33.83270.29180.2265
Hunter Lab58.165931.9318-32.6182
CIE-Lab64.829637.1357-34.8359

#c187dc color RGB value is (193,135,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000111 11011100
Octal 301 207 334
Decimal 193 135 220
Hex C1 87 DC

RGB Percentages of Color #c187dc

%35.22
%24.64
%40.15

CMYK Percentages of Color #c187dc

%12
%39
%0
%14

Triadic Colors of #c187dc

#c187dc #dcc187 #87dcc1

Analogous Colors of #c187dc

#c187dc #dc87cd #9787dc

Monochromatic Colors of #c187dc

#c187dc

Complementary Color

#c187dc #a2dc87

#c187dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c187dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c187dc Color CSS Codes

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

#c187dc Text Font Color

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

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


#c187dc Background Color

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

This div background color is #c187dc


#c187dc Border Color

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

This div border color is #c187dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c187dc


Comments

No comments written yet.

Please login to write comment.