Color Hex Logo

#d288dd Color Hex

#D288DD
(210,136,221)
0 Favorites   0 Comments

Color spaces of #d288dd

RGB 210136221
HSL0.810.560.70
HSV292°38°87°
CMYK 0.050.380.00   0.13
XYZ48.433636.530472.9050
Yxy36.53040.30680.2314
Hunter Lab60.440437.2694-29.2091
CIE-Lab66.923241.9399-31.9985

#d288dd color RGB value is (210,136,221).

#d288dd hex color red value is 210, green value is 136 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d288dd hue: 0.81 , saturation: 0.56 and the lightness value of d288dd is 0.70.

The process color (four color CMYK) of #d288dd color hex is 0.05, 0.38, 0.00, 0.13. Web safe color of #d288dd is #cc99cc. Color #d288dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001000 11011101
Octal 322 210 335
Decimal 210 136 221
Hex D2 88 DD

RGB Percentages of Color #d288dd

%37.04
%23.99
%38.98

CMYK Percentages of Color #d288dd

%5
%38
%0
%13

Triadic Colors of #d288dd

#d288dd #ddd288 #88ddd2

Analogous Colors of #d288dd

#d288dd #dd88be #a888dd

Monochromatic Colors of #d288dd

#d288dd

Complementary Color

#d288dd #93dd88

#d288dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d288dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d288dd Color CSS Codes

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

#d288dd Text Font Color

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

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


#d288dd Background Color

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

This div background color is #d288dd


#d288dd Border Color

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

This div border color is #d288dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,136,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d288dd


Comments

No comments written yet.

Please login to write comment.