Color Hex Logo

#d28def Color Hex

#D28DEF
(210,141,239)
0 Favorites   0 Comments

Color spaces of #d28def

RGB 210141239
HSL0.780.750.75
HSV282°41°94°
CMYK 0.120.410.00   0.06
XYZ51.683238.983486.4619
Yxy38.98340.29180.2201
Hunter Lab62.436738.4927-38.3987
CIE-Lab68.739242.8513-39.1024

#d28def color RGB value is (210,141,239).

#d28def hex color red value is 210, green value is 141 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d28def hue: 0.78 , saturation: 0.75 and the lightness value of d28def is 0.75.

The process color (four color CMYK) of #d28def color hex is 0.12, 0.41, 0.00, 0.06. Web safe color of #d28def is #cc99ff. Color #d28def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001101 11101111
Octal 322 215 357
Decimal 210 141 239
Hex D2 8D EF

RGB Percentages of Color #d28def

%35.59
%23.90
%40.51

CMYK Percentages of Color #d28def

%12
%41
%0
%6

Triadic Colors of #d28def

#d28def #efd28d #8defd2

Analogous Colors of #d28def

#d28def #ef8ddb #a18def

Monochromatic Colors of #d28def

#d28def

Complementary Color

#d28def #aaef8d

#d28def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28def Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28def Color CSS Codes

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

#d28def Text Font Color

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

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


#d28def Background Color

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

This div background color is #d28def


#d28def Border Color

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

This div border color is #d28def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28def


Comments

No comments written yet.

Please login to write comment.