Color Hex Logo

#c187ce Color Hex

#C187CE
(193,135,206)
0 Favorites   0 Comments

Color spaces of #c187ce

RGB 193135206
HSL0.800.420.67
HSV289°34°81°
CMYK 0.060.340.00   0.19
XYZ41.796933.121662.5827
Yxy33.12160.30400.2409
Hunter Lab57.551428.9214-24.1874
CIE-Lab64.259234.2781-27.9102

#c187ce color RGB value is (193,135,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000111 11001110
Octal 301 207 316
Decimal 193 135 206
Hex C1 87 CE

RGB Percentages of Color #c187ce

%36.14
%25.28
%38.58

CMYK Percentages of Color #c187ce

%6
%34
%0
%19

Triadic Colors of #c187ce

#c187ce #cec187 #87cec1

Analogous Colors of #c187ce

#c187ce #ce87b8 #9e87ce

Monochromatic Colors of #c187ce

#c187ce

Complementary Color

#c187ce #94ce87

#c187ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c187ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c187ce Color CSS Codes

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

#c187ce Text Font Color

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

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


#c187ce Background Color

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

This div background color is #c187ce


#c187ce Border Color

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

This div border color is #c187ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c187ce


Comments

No comments written yet.

Please login to write comment.