Color Hex Logo

#d05adb Color Hex

#D05ADB
(208,90,219)
0 Favorites   0 Comments

Color spaces of #d05adb

RGB 20890219
HSL0.820.640.61
HSV295°59°86°
CMYK 0.050.590.00   0.14
XYZ42.454825.836769.7672
Yxy25.83670.30750.1871
Hunter Lab50.829860.1371-45.7985
CIE-Lab57.881763.7520-45.0401

#d05adb color RGB value is (208,90,219).

#d05adb hex color red value is 208, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d05adb hue: 0.82 , saturation: 0.64 and the lightness value of d05adb is 0.61.

The process color (four color CMYK) of #d05adb color hex is 0.05, 0.59, 0.00, 0.14. Web safe color of #d05adb is #cc66cc. Color #d05adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011010 11011011
Octal 320 132 333
Decimal 208 90 219
Hex D0 5A DB

RGB Percentages of Color #d05adb

%40.23
%17.41
%42.36

CMYK Percentages of Color #d05adb

%5
%59
%0
%14

Triadic Colors of #d05adb

#d05adb #dbd05a #5adbd0

Analogous Colors of #d05adb

#d05adb #db5aa6 #905adb

Monochromatic Colors of #d05adb

#d05adb

Complementary Color

#d05adb #65db5a

#d05adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05adb Color CSS Codes

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

#d05adb Text Font Color

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

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


#d05adb Background Color

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

This div background color is #d05adb


#d05adb Border Color

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

This div border color is #d05adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,90,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 #d05adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05adb


Comments

No comments written yet.

Please login to write comment.