Color Hex Logo

#c188ce Color Hex

#C188CE
(193,136,206)
0 Favorites   0 Comments

Color spaces of #c188ce

RGB 193136206
HSL0.800.420.67
HSV289°34°81°
CMYK 0.060.340.00   0.19
XYZ41.937133.402062.6294
Yxy33.40200.30400.2421
Hunter Lab57.794528.3837-23.7939
CIE-Lab64.485133.7293-27.5621

#c188ce color RGB value is (193,136,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001000 11001110
Octal 301 210 316
Decimal 193 136 206
Hex C1 88 CE

RGB Percentages of Color #c188ce

%36.07
%25.42
%38.50

CMYK Percentages of Color #c188ce

%6
%34
%0
%19

Triadic Colors of #c188ce

#c188ce #cec188 #88cec1

Analogous Colors of #c188ce

#c188ce #ce88b8 #9e88ce

Monochromatic Colors of #c188ce

#c188ce

Complementary Color

#c188ce #95ce88

#c188ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c188ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c188ce Color CSS Codes

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

#c188ce Text Font Color

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

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


#c188ce Background Color

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

This div background color is #c188ce


#c188ce Border Color

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

This div border color is #c188ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c188ce


Comments

No comments written yet.

Please login to write comment.