Color Hex Logo

#d07d8f Color Hex

#D07D8F
(208,125,143)
0 Favorites   0 Comments

Color spaces of #d07d8f

RGB 208125143
HSL0.960.470.65
HSV347°40°82°
CMYK 0.000.400.31   0.18
XYZ38.304030.060329.7700
Yxy30.06030.39030.3063
Hunter Lab54.827328.75786.1859
CIE-Lab61.706234.38154.1678

#d07d8f color RGB value is (208,125,143).

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

The process color (four color CMYK) of #d07d8f color hex is 0.00, 0.40, 0.31, 0.18. Web safe color of #d07d8f is #cc6699. Color #d07d8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111101 10001111
Octal 320 175 217
Decimal 208 125 143
Hex D0 7D 8F

RGB Percentages of Color #d07d8f

%43.70
%26.26
%30.04

CMYK Percentages of Color #d07d8f

%0
%40
%31
%18

Triadic Colors of #d07d8f

#d07d8f #8fd07d #7d8fd0

Analogous Colors of #d07d8f

#d07d8f #d0957d #d07db9

Monochromatic Colors of #d07d8f

#d07d8f

Complementary Color

#d07d8f #7dd0be

#d07d8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07d8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07d8f Color CSS Codes

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

#d07d8f Text Font Color

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

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


#d07d8f Background Color

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

This div background color is #d07d8f


#d07d8f Border Color

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

This div border color is #d07d8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07d8f


Comments

No comments written yet.

Please login to write comment.