Color Hex Logo

#d28ede Color Hex

#D28EDE
(210,142,222)
0 Favorites   0 Comments

Color spaces of #d28ede

RGB 210142222
HSL0.810.550.71
HSV291°36°87°
CMYK 0.050.360.00   0.13
XYZ49.436238.321673.8985
Yxy38.32160.30580.2371
Hunter Lab61.904434.2153-27.4444
CIE-Lab68.257038.9278-30.4901

#d28ede color RGB value is (210,142,222).

#d28ede hex color red value is 210, green value is 142 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d28ede hue: 0.81 , saturation: 0.55 and the lightness value of d28ede is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001110 11011110
Octal 322 216 336
Decimal 210 142 222
Hex D2 8E DE

RGB Percentages of Color #d28ede

%36.59
%24.74
%38.68

CMYK Percentages of Color #d28ede

%5
%36
%0
%13

Triadic Colors of #d28ede

#d28ede #ded28e #8eded2

Analogous Colors of #d28ede

#d28ede #de8ec2 #aa8ede

Monochromatic Colors of #d28ede

#d28ede

Complementary Color

#d28ede #9ade8e

#d28ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28ede Color CSS Codes

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

#d28ede Text Font Color

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

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


#d28ede Background Color

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

This div background color is #d28ede


#d28ede Border Color

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

This div border color is #d28ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28ede


Comments

No comments written yet.

Please login to write comment.