Color Hex Logo

#c88ded Color Hex

#C88DED
(200,141,237)
0 Favorites   0 Comments

Color spaces of #c88ded

RGB 200141237
HSL0.770.730.74
HSV277°41°93°
CMYK 0.160.410.00   0.07
XYZ48.630437.443584.7850
Yxy37.44350.28460.2191
Hunter Lab61.191134.7749-39.3171
CIE-Lab67.608439.5265-39.8469

#c88ded color RGB value is (200,141,237).

#c88ded hex color red value is 200, green value is 141 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c88ded hue: 0.77 , saturation: 0.73 and the lightness value of c88ded is 0.74.

The process color (four color CMYK) of #c88ded color hex is 0.16, 0.41, 0.00, 0.07. Web safe color of #c88ded is #cc99ff. Color #c88ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001101 11101101
Octal 310 215 355
Decimal 200 141 237
Hex C8 8D ED

RGB Percentages of Color #c88ded

%34.60
%24.39
%41.00

CMYK Percentages of Color #c88ded

%16
%41
%0
%7

Triadic Colors of #c88ded

#c88ded #edc88d #8dedc8

Analogous Colors of #c88ded

#c88ded #ed8de2 #988ded

Monochromatic Colors of #c88ded

#c88ded

Complementary Color

#c88ded #b2ed8d

#c88ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88ded Color CSS Codes

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

#c88ded Text Font Color

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

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


#c88ded Background Color

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

This div background color is #c88ded


#c88ded Border Color

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

This div border color is #c88ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88ded


Comments

No comments written yet.

Please login to write comment.