Color Hex Logo

#d28dcc Color Hex

#D28DCC
(210,141,204)
0 Favorites   0 Comments

Color spaces of #d28dcc

RGB 210141204
HSL0.850.430.69
HSV305°33°82°
CMYK 0.000.330.03   0.18
XYZ47.002337.111061.8126
Yxy37.11100.32210.2543
Hunter Lab60.918831.1150-17.5167
CIE-Lab67.360236.0828-21.8788

#d28dcc color RGB value is (210,141,204).

#d28dcc hex color red value is 210, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d28dcc hue: 0.85 , saturation: 0.43 and the lightness value of d28dcc is 0.69.

The process color (four color CMYK) of #d28dcc color hex is 0.00, 0.33, 0.03, 0.18. Web safe color of #d28dcc is #cc99cc. Color #d28dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001101 11001100
Octal 322 215 314
Decimal 210 141 204
Hex D2 8D CC

RGB Percentages of Color #d28dcc

%37.84
%25.41
%36.76

CMYK Percentages of Color #d28dcc

%0
%33
%3
%18

Triadic Colors of #d28dcc

#d28dcc #ccd28d #8dccd2

Analogous Colors of #d28dcc

#d28dcc #d28daa #b68dd2

Monochromatic Colors of #d28dcc

#d28dcc

Complementary Color

#d28dcc #8dd293

#d28dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28dcc Color CSS Codes

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

#d28dcc Text Font Color

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

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


#d28dcc Background Color

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

This div background color is #d28dcc


#d28dcc Border Color

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

This div border color is #d28dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28dcc


Comments

No comments written yet.

Please login to write comment.