Color Hex Logo

#d28adb Color Hex

#D28ADB
(210,138,219)
0 Favorites   0 Comments

Color spaces of #d28adb

RGB 210138219
HSL0.810.530.70
HSV293°37°86°
CMYK 0.040.370.00   0.14
XYZ48.453036.993171.6045
Yxy36.99310.30850.2355
Hunter Lab60.822035.7612-27.2256
CIE-Lab67.271940.4905-30.3507

#d28adb color RGB value is (210,138,219).

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

The process color (four color CMYK) of #d28adb color hex is 0.04, 0.37, 0.00, 0.14. Web safe color of #d28adb is #cc99cc. Color #d28adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001010 11011011
Octal 322 212 333
Decimal 210 138 219
Hex D2 8A DB

RGB Percentages of Color #d28adb

%37.04
%24.34
%38.62

CMYK Percentages of Color #d28adb

%4
%37
%0
%14

Triadic Colors of #d28adb

#d28adb #dbd28a #8adbd2

Analogous Colors of #d28adb

#d28adb #db8abc #aa8adb

Monochromatic Colors of #d28adb

#d28adb

Complementary Color

#d28adb #93db8a

#d28adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28adb Color CSS Codes

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

#d28adb Text Font Color

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

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


#d28adb Background Color

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

This div background color is #d28adb


#d28adb Border Color

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

This div border color is #d28adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28adb


Comments

No comments written yet.

Please login to write comment.