Color Hex Logo

#d07ebd Color Hex

#D07EBD
(208,126,189)
0 Favorites   0 Comments

Color spaces of #d07ebd

RGB 208126189
HSL0.870.470.65
HSV314°39°82°
CMYK 0.000.390.09   0.18
XYZ42.658632.005752.0735
Yxy32.00570.33660.2525
Hunter Lab56.573635.5919-14.9723
CIE-Lab63.347640.8028-19.5982

#d07ebd color RGB value is (208,126,189).

#d07ebd hex color red value is 208, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d07ebd hue: 0.87 , saturation: 0.47 and the lightness value of d07ebd is 0.65.

The process color (four color CMYK) of #d07ebd color hex is 0.00, 0.39, 0.09, 0.18. Web safe color of #d07ebd is #cc66cc. Color #d07ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111110 10111101
Octal 320 176 275
Decimal 208 126 189
Hex D0 7E BD

RGB Percentages of Color #d07ebd

%39.77
%24.09
%36.14

CMYK Percentages of Color #d07ebd

%0
%39
%9
%18

Triadic Colors of #d07ebd

#d07ebd #bdd07e #7ebdd0

Analogous Colors of #d07ebd

#d07ebd #d07e94 #ba7ed0

Monochromatic Colors of #d07ebd

#d07ebd

Complementary Color

#d07ebd #7ed091

#d07ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07ebd Color CSS Codes

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

#d07ebd Text Font Color

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

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


#d07ebd Background Color

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

This div background color is #d07ebd


#d07ebd Border Color

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

This div border color is #d07ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07ebd


Comments

No comments written yet.

Please login to write comment.