Color Hex Logo

#c88cbd Color Hex

#C88CBD
(200,140,189)
0 Favorites   0 Comments

Color spaces of #c88cbd

RGB 200140189
HSL0.860.350.67
HSV311°30°78°
CMYK 0.000.300.05   0.22
XYZ42.382834.709752.6099
Yxy34.70970.32680.2676
Hunter Lab58.914925.3099-11.7044
CIE-Lab65.522030.6035-16.3844

#c88cbd color RGB value is (200,140,189).

#c88cbd hex color red value is 200, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c88cbd hue: 0.86 , saturation: 0.35 and the lightness value of c88cbd is 0.67.

The process color (four color CMYK) of #c88cbd color hex is 0.00, 0.30, 0.05, 0.22. Web safe color of #c88cbd is #cc99cc. Color #c88cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001100 10111101
Octal 310 214 275
Decimal 200 140 189
Hex C8 8C BD

RGB Percentages of Color #c88cbd

%37.81
%26.47
%35.73

CMYK Percentages of Color #c88cbd

%0
%30
%5
%22

Triadic Colors of #c88cbd

#c88cbd #bdc88c #8cbdc8

Analogous Colors of #c88cbd

#c88cbd #c88c9f #b58cc8

Monochromatic Colors of #c88cbd

#c88cbd

Complementary Color

#c88cbd #8cc897

#c88cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88cbd Color CSS Codes

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

#c88cbd Text Font Color

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

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


#c88cbd Background Color

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

This div background color is #c88cbd


#c88cbd Border Color

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

This div border color is #c88cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,140,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c88cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c88cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #c88cbd;
  box-shadow:         1px 1px 3px 2px #c88cbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,140,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88cbd


Comments

No comments written yet.

Please login to write comment.