Color Hex Logo

#d28eed Color Hex

#D28EED
(210,142,237)
0 Favorites   0 Comments

Color spaces of #d28eed

RGB 210142237
HSL0.790.730.74
HSV283°40°93°
CMYK 0.110.400.00   0.07
XYZ51.537439.162184.9635
Yxy39.16210.29340.2229
Hunter Lab62.579637.4892-36.6915
CIE-Lab68.868541.9099-37.8034

#d28eed color RGB value is (210,142,237).

#d28eed hex color red value is 210, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d28eed hue: 0.79 , saturation: 0.73 and the lightness value of d28eed is 0.74.

The process color (four color CMYK) of #d28eed color hex is 0.11, 0.40, 0.00, 0.07. Web safe color of #d28eed is #cc99ff. Color #d28eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001110 11101101
Octal 322 216 355
Decimal 210 142 237
Hex D2 8E ED

RGB Percentages of Color #d28eed

%35.65
%24.11
%40.24

CMYK Percentages of Color #d28eed

%11
%40
%0
%7

Triadic Colors of #d28eed

#d28eed #edd28e #8eedd2

Analogous Colors of #d28eed

#d28eed #ed8ed9 #a38eed

Monochromatic Colors of #d28eed

#d28eed

Complementary Color

#d28eed #a9ed8e

#d28eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28eed Color CSS Codes

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

#d28eed Text Font Color

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

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


#d28eed Background Color

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

This div background color is #d28eed


#d28eed Border Color

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

This div border color is #d28eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28eed


Comments

No comments written yet.

Please login to write comment.