Color Hex Logo

#d05fdb Color Hex

#D05FDB
(208,95,219)
0 Favorites   0 Comments

Color spaces of #d05fdb

RGB 20895219
HSL0.820.630.62
HSV295°57°86°
CMYK 0.050.570.00   0.14
XYZ42.890826.708869.9125
Yxy26.70880.30740.1914
Hunter Lab51.680657.7000-44.0300
CIE-Lab58.703861.5125-43.7424

#d05fdb color RGB value is (208,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011111 11011011
Octal 320 137 333
Decimal 208 95 219
Hex D0 5F DB

RGB Percentages of Color #d05fdb

%39.85
%18.20
%41.95

CMYK Percentages of Color #d05fdb

%5
%57
%0
%14

Triadic Colors of #d05fdb

#d05fdb #dbd05f #5fdbd0

Analogous Colors of #d05fdb

#d05fdb #db5fa8 #925fdb

Monochromatic Colors of #d05fdb

#d05fdb

Complementary Color

#d05fdb #6adb5f

#d05fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05fdb Color CSS Codes

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

#d05fdb Text Font Color

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

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


#d05fdb Background Color

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

This div background color is #d05fdb


#d05fdb Border Color

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

This div border color is #d05fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05fdb


Comments

No comments written yet.

Please login to write comment.