Color Hex Logo

#c88dba Color Hex

#C88DBA
(200,141,186)
0 Favorites   0 Comments

Color spaces of #c88dba

RGB 200141186
HSL0.870.350.67
HSV314°30°78°
CMYK 0.000.300.07   0.22
XYZ42.207234.874350.9612
Yxy34.87430.32960.2724
Hunter Lab59.054524.2316-9.8263
CIE-Lab65.650729.5207-14.5057

#c88dba color RGB value is (200,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001101 10111010
Octal 310 215 272
Decimal 200 141 186
Hex C8 8D BA

RGB Percentages of Color #c88dba

%37.95
%26.76
%35.29

CMYK Percentages of Color #c88dba

%0
%30
%7
%22

Triadic Colors of #c88dba

#c88dba #bac88d #8dbac8

Analogous Colors of #c88dba

#c88dba #c88d9d #b98dc8

Monochromatic Colors of #c88dba

#c88dba

Complementary Color

#c88dba #8dc89b

#c88dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88dba Color CSS Codes

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

#c88dba Text Font Color

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

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


#c88dba Background Color

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

This div background color is #c88dba


#c88dba Border Color

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

This div border color is #c88dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88dba


Comments

No comments written yet.

Please login to write comment.