Color Hex Logo

#d07dbf Color Hex

#D07DBF
(208,125,191)
0 Favorites   0 Comments

Color spaces of #d07dbf

RGB 208125191
HSL0.870.470.65
HSV312°40°82°
CMYK 0.000.400.08   0.18
XYZ42.750031.838753.1825
Yxy31.83870.33460.2492
Hunter Lab56.425836.4922-16.3840
CIE-Lab63.209341.6720-20.9390

#d07dbf color RGB value is (208,125,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111101 10111111
Octal 320 175 277
Decimal 208 125 191
Hex D0 7D BF

RGB Percentages of Color #d07dbf

%39.69
%23.85
%36.45

CMYK Percentages of Color #d07dbf

%0
%40
%8
%18

Triadic Colors of #d07dbf

#d07dbf #bfd07d #7dbfd0

Analogous Colors of #d07dbf

#d07dbf #d07d96 #b87dd0

Monochromatic Colors of #d07dbf

#d07dbf

Complementary Color

#d07dbf #7dd08e

#d07dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07dbf Color CSS Codes

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

#d07dbf Text Font Color

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

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


#d07dbf Background Color

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

This div background color is #d07dbf


#d07dbf Border Color

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

This div border color is #d07dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07dbf


Comments

No comments written yet.

Please login to write comment.