Color Hex Logo

#d06edb Color Hex

#D06EDB
(208,110,219)
0 Favorites   0 Comments

Color spaces of #d06edb

RGB 208110219
HSL0.820.600.65
HSV294°50°86°
CMYK 0.050.500.00   0.14
XYZ44.374529.676270.4071
Yxy29.67620.30720.2054
Hunter Lab54.475950.0683-38.4960
CIE-Lab61.373854.3760-39.5448

#d06edb color RGB value is (208,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101110 11011011
Octal 320 156 333
Decimal 208 110 219
Hex D0 6E DB

RGB Percentages of Color #d06edb

%38.73
%20.48
%40.78

CMYK Percentages of Color #d06edb

%5
%50
%0
%14

Triadic Colors of #d06edb

#d06edb #dbd06e #6edbd0

Analogous Colors of #d06edb

#d06edb #db6eb0 #9a6edb

Monochromatic Colors of #d06edb

#d06edb

Complementary Color

#d06edb #79db6e

#d06edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06edb Color CSS Codes

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

#d06edb Text Font Color

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

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


#d06edb Background Color

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

This div background color is #d06edb


#d06edb Border Color

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

This div border color is #d06edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06edb


Comments

No comments written yet.

Please login to write comment.