Color Hex Logo

#d07edf Color Hex

#D07EDF
(208,126,223)
1 Favorites   0 Comments

Color spaces of #d07edf

RGB 208126223
HSL0.810.600.68
HSV291°43°87°
CMYK 0.070.430.00   0.13
XYZ46.792633.659373.8427
Yxy33.65930.30330.2181
Hunter Lab58.016642.4379-34.8518
CIE-Lab64.691246.9982-36.5937

#d07edf color RGB value is (208,126,223).

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

The process color (four color CMYK) of #d07edf color hex is 0.07, 0.43, 0.00, 0.13. Web safe color of #d07edf is #cc66cc. Color #d07edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111110 11011111
Octal 320 176 337
Decimal 208 126 223
Hex D0 7E DF

RGB Percentages of Color #d07edf

%37.34
%22.62
%40.04

CMYK Percentages of Color #d07edf

%7
%43
%0
%13

Triadic Colors of #d07edf

#d07edf #dfd07e #7edfd0

Analogous Colors of #d07edf

#d07edf #df7ebe #a07edf

Monochromatic Colors of #d07edf

#d07edf

Complementary Color

#d07edf #8ddf7e

#d07edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07edf Color CSS Codes

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

#d07edf Text Font Color

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

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


#d07edf Background Color

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

This div background color is #d07edf


#d07edf Border Color

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

This div border color is #d07edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,126,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07edf


Comments

No comments written yet.

Please login to write comment.