Color Hex Logo

#d28dda Color Hex

#D28DDA
(210,141,218)
0 Favorites   0 Comments

Color spaces of #d28dda

RGB 210141218
HSL0.820.510.70
HSV294°35°85°
CMYK 0.040.350.00   0.15
XYZ48.758137.813371.0585
Yxy37.81330.30930.2399
Hunter Lab61.492533.9227-25.4686
CIE-Lab67.882838.6937-28.8542

#d28dda color RGB value is (210,141,218).

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

The process color (four color CMYK) of #d28dda color hex is 0.04, 0.35, 0.00, 0.15. Web safe color of #d28dda is #cc99cc. Color #d28dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001101 11011010
Octal 322 215 332
Decimal 210 141 218
Hex D2 8D DA

RGB Percentages of Color #d28dda

%36.91
%24.78
%38.31

CMYK Percentages of Color #d28dda

%4
%35
%0
%15

Triadic Colors of #d28dda

#d28dda #dad28d #8ddad2

Analogous Colors of #d28dda

#d28dda #da8dbc #ac8dda

Monochromatic Colors of #d28dda

#d28dda

Complementary Color

#d28dda #95da8d

#d28dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28dda Color CSS Codes

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

#d28dda Text Font Color

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

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


#d28dda Background Color

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

This div background color is #d28dda


#d28dda Border Color

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

This div border color is #d28dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28dda


Comments

No comments written yet.

Please login to write comment.