Color Hex Logo

#c187cd Color Hex

#C187CD
(193,135,205)
0 Favorites   0 Comments

Color spaces of #c187cd

RGB 193135205
HSL0.800.410.67
HSV290°34°80°
CMYK 0.060.340.00   0.20
XYZ41.675733.073261.9448
Yxy33.07320.30490.2420
Hunter Lab57.509328.7137-23.6063
CIE-Lab64.220134.0788-27.4107

#c187cd color RGB value is (193,135,205).

#c187cd hex color red value is 193, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c187cd hue: 0.80 , saturation: 0.41 and the lightness value of c187cd is 0.67.

The process color (four color CMYK) of #c187cd color hex is 0.06, 0.34, 0.00, 0.20. Web safe color of #c187cd is #cc99cc. Color #c187cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000111 11001101
Octal 301 207 315
Decimal 193 135 205
Hex C1 87 CD

RGB Percentages of Color #c187cd

%36.21
%25.33
%38.46

CMYK Percentages of Color #c187cd

%6
%34
%0
%20

Triadic Colors of #c187cd

#c187cd #cdc187 #87cdc1

Analogous Colors of #c187cd

#c187cd #cd87b6 #9e87cd

Monochromatic Colors of #c187cd

#c187cd

Complementary Color

#c187cd #93cd87

#c187cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c187cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c187cd Color CSS Codes

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

#c187cd Text Font Color

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

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


#c187cd Background Color

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

This div background color is #c187cd


#c187cd Border Color

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

This div border color is #c187cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c187cd


Comments

No comments written yet.

Please login to write comment.