Color Hex Logo

#d28acd Color Hex

#D28ACD
(210,138,205)
0 Favorites   0 Comments

Color spaces of #d28acd

RGB 210138205
HSL0.840.440.68
HSV304°34°82°
CMYK 0.000.340.02   0.18
XYZ46.686336.286462.3009
Yxy36.28640.32140.2498
Hunter Lab60.238232.9257-19.1535
CIE-Lab66.738237.8760-23.3862

#d28acd color RGB value is (210,138,205).

#d28acd hex color red value is 210, green value is 138 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d28acd hue: 0.84 , saturation: 0.44 and the lightness value of d28acd is 0.68.

The process color (four color CMYK) of #d28acd color hex is 0.00, 0.34, 0.02, 0.18. Web safe color of #d28acd is #cc99cc. Color #d28acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001010 11001101
Octal 322 212 315
Decimal 210 138 205
Hex D2 8A CD

RGB Percentages of Color #d28acd

%37.97
%24.95
%37.07

CMYK Percentages of Color #d28acd

%0
%34
%2
%18

Triadic Colors of #d28acd

#d28acd #cdd28a #8acdd2

Analogous Colors of #d28acd

#d28acd #d28aa9 #b38ad2

Monochromatic Colors of #d28acd

#d28acd

Complementary Color

#d28acd #8ad28f

#d28acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28acd Color CSS Codes

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

#d28acd Text Font Color

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

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


#d28acd Background Color

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

This div background color is #d28acd


#d28acd Border Color

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

This div border color is #d28acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28acd


Comments

No comments written yet.

Please login to write comment.