Color Hex Logo

#d07edb Color Hex

#D07EDB
(208,126,219)
0 Favorites   0 Comments

Color spaces of #d07edb

RGB 208126219
HSL0.810.560.68
HSV293°42°86°
CMYK 0.050.420.00   0.14
XYZ46.259533.446171.0354
Yxy33.44610.30690.2219
Hunter Lab57.832641.5726-32.3427
CIE-Lab64.520546.2291-34.6324

#d07edb color RGB value is (208,126,219).

#d07edb hex color red value is 208, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d07edb hue: 0.81 , saturation: 0.56 and the lightness value of d07edb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111110 11011011
Octal 320 176 333
Decimal 208 126 219
Hex D0 7E DB

RGB Percentages of Color #d07edb

%37.61
%22.78
%39.60

CMYK Percentages of Color #d07edb

%5
%42
%0
%14

Triadic Colors of #d07edb

#d07edb #dbd07e #7edbd0

Analogous Colors of #d07edb

#d07edb #db7eb8 #a27edb

Monochromatic Colors of #d07edb

#d07edb

Complementary Color

#d07edb #89db7e

#d07edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07edb Color CSS Codes

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

#d07edb Text Font Color

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

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


#d07edb Background Color

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

This div background color is #d07edb


#d07edb Border Color

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

This div border color is #d07edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07edb


Comments

No comments written yet.

Please login to write comment.