Color Hex Logo

#c188cd Color Hex

#C188CD
(193,136,205)
0 Favorites   0 Comments

Color spaces of #c188cd

RGB 193136205
HSL0.800.410.67
HSV290°34°80°
CMYK 0.060.340.00   0.20
XYZ41.815933.353661.9915
Yxy33.35360.30490.2432
Hunter Lab57.752628.1764-23.2150
CIE-Lab64.446233.5299-27.0626

#c188cd color RGB value is (193,136,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001000 11001101
Octal 301 210 315
Decimal 193 136 205
Hex C1 88 CD

RGB Percentages of Color #c188cd

%36.14
%25.47
%38.39

CMYK Percentages of Color #c188cd

%6
%34
%0
%20

Triadic Colors of #c188cd

#c188cd #cdc188 #88cdc1

Analogous Colors of #c188cd

#c188cd #cd88b7 #9f88cd

Monochromatic Colors of #c188cd

#c188cd

Complementary Color

#c188cd #94cd88

#c188cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c188cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c188cd Color CSS Codes

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

#c188cd Text Font Color

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

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


#c188cd Background Color

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

This div background color is #c188cd


#c188cd Border Color

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

This div border color is #c188cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c188cd


Comments

No comments written yet.

Please login to write comment.