Color Hex Logo

#d07dbe Color Hex

#D07DBE
(208,125,190)
0 Favorites   0 Comments

Color spaces of #d07dbe

RGB 208125190
HSL0.870.470.65
HSV313°40°82°
CMYK 0.000.400.09   0.18
XYZ42.640331.794852.6048
Yxy31.79480.33560.2503
Hunter Lab56.386936.3064-15.8424
CIE-Lab63.172941.5010-20.4295

#d07dbe color RGB value is (208,125,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111101 10111110
Octal 320 175 276
Decimal 208 125 190
Hex D0 7D BE

RGB Percentages of Color #d07dbe

%39.77
%23.90
%36.33

CMYK Percentages of Color #d07dbe

%0
%40
%9
%18

Triadic Colors of #d07dbe

#d07dbe #bed07d #7dbed0

Analogous Colors of #d07dbe

#d07dbe #d07d95 #b97dd0

Monochromatic Colors of #d07dbe

#d07dbe

Complementary Color

#d07dbe #7dd08f

#d07dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07dbe Color CSS Codes

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

#d07dbe Text Font Color

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

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


#d07dbe Background Color

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

This div background color is #d07dbe


#d07dbe Border Color

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

This div border color is #d07dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07dbe


Comments

No comments written yet.

Please login to write comment.