Color Hex Logo

#d28edc Color Hex

#D28EDC
(210,142,220)
0 Favorites   0 Comments

Color spaces of #d28edc

RGB 210142220
HSL0.810.530.71
HSV292°35°86°
CMYK 0.050.350.00   0.14
XYZ49.169638.214972.4948
Yxy38.21490.30750.2390
Hunter Lab61.818233.7953-26.2572
CIE-Lab68.178738.5411-29.5051

#d28edc color RGB value is (210,142,220).

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

The process color (four color CMYK) of #d28edc color hex is 0.05, 0.35, 0.00, 0.14. Web safe color of #d28edc is #cc99cc. Color #d28edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001110 11011100
Octal 322 216 334
Decimal 210 142 220
Hex D2 8E DC

RGB Percentages of Color #d28edc

%36.71
%24.83
%38.46

CMYK Percentages of Color #d28edc

%5
%35
%0
%14

Triadic Colors of #d28edc

#d28edc #dcd28e #8edcd2

Analogous Colors of #d28edc

#d28edc #dc8ebf #ab8edc

Monochromatic Colors of #d28edc

#d28edc

Complementary Color

#d28edc #98dc8e

#d28edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28edc Color CSS Codes

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

#d28edc Text Font Color

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

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


#d28edc Background Color

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

This div background color is #d28edc


#d28edc Border Color

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

This div border color is #d28edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28edc


Comments

No comments written yet.

Please login to write comment.