color codes Logo

#c88dda color codes

#C88DDA
(200,141,218)
0 Favorites   0 Comments

Color spaces of #c88dda

RGB 200141218
HSL0.790.510.70
HSV286°35°85°
CMYK 0.080.350.00   0.15
XYZ45.999236.391170.9294
Yxy36.39110.30000.2374
Hunter Lab60.325030.5415-27.4849
CIE-Lab66.817735.5884-30.5855

#c88dda color RGB value is (200,141,218).

#c88dda hex color red value is 200, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c88dda hue: 0.79 , saturation: 0.51 and the lightness value of c88dda is 0.70.

The process color (four color CMYK) of #c88dda color code is 0.08, 0.35, 0.00, 0.15. Web safe color of #c88dda is #cc99cc. Color #c88dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001101 11011010
Octal 310 215 332
Decimal 200 141 218
Hex C8 8D DA

RGB Percentages of Color #c88dda

%35.78
%25.22
%39.00

CMYK Percentages of Color #c88dda

%8
%35
%0
%15

Triadic Colors of #c88dda

#c88dda #dac88d #8ddac8

Analogous Colors of #c88dda

#c88dda #da8dc6 #a28dda

Monochromatic Colors of #c88dda

#c88dda

Complementary Color

#c88dda #9fda8d

#c88dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88dda Color CSS Codes

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

#c88dda Text Font Color

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

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


#c88dda Background Color

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

This div background color is #c88dda


#c88dda Border Color

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

This div border color is #c88dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88dda


Comments

No comments written yet.

Please login to write comment.