Color Hex Logo

#d284dd Color Hex

#D284DD
(210,132,221)
0 Favorites   0 Comments

Color spaces of #d284dd

RGB 210132221
HSL0.810.570.69
HSV293°40°87°
CMYK 0.050.400.00   0.13
XYZ47.880835.424672.7207
Yxy35.42460.30690.2270
Hunter Lab59.518639.4401-30.7784
CIE-Lab66.077944.0582-33.3083

#d284dd color RGB value is (210,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000100 11011101
Octal 322 204 335
Decimal 210 132 221
Hex D2 84 DD

RGB Percentages of Color #d284dd

%37.30
%23.45
%39.25

CMYK Percentages of Color #d284dd

%5
%40
%0
%13

Triadic Colors of #d284dd

#d284dd #ddd284 #84ddd2

Analogous Colors of #d284dd

#d284dd #dd84bc #a684dd

Monochromatic Colors of #d284dd

#d284dd

Complementary Color

#d284dd #8fdd84

#d284dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d284dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d284dd Color CSS Codes

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

#d284dd Text Font Color

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

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


#d284dd Background Color

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

This div background color is #d284dd


#d284dd Border Color

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

This div border color is #d284dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,132,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 #d284dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d284dd


Comments

No comments written yet.

Please login to write comment.