Color Hex Logo

#d28dec Color Hex

#D28DEC
(210,141,236)
0 Favorites   0 Comments

Color spaces of #d28dec

RGB 210141236
HSL0.790.710.74
HSV284°40°93°
CMYK 0.110.400.00   0.07
XYZ51.243538.807584.1467
Yxy38.80750.29420.2228
Hunter Lab62.295737.8141-36.4798
CIE-Lab68.611642.2409-37.6544

#d28dec color RGB value is (210,141,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001101 11101100
Octal 322 215 354
Decimal 210 141 236
Hex D2 8D EC

RGB Percentages of Color #d28dec

%35.78
%24.02
%40.20

CMYK Percentages of Color #d28dec

%11
%40
%0
%7

Triadic Colors of #d28dec

#d28dec #ecd28d #8decd2

Analogous Colors of #d28dec

#d28dec #ec8dd7 #a38dec

Monochromatic Colors of #d28dec

#d28dec

Complementary Color

#d28dec #a7ec8d

#d28dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28dec Color CSS Codes

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

#d28dec Text Font Color

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

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


#d28dec Background Color

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

This div background color is #d28dec


#d28dec Border Color

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

This div border color is #d28dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28dec


Comments

No comments written yet.

Please login to write comment.