Color Hex Logo

#d07899 Color Hex

#D07899
(208,120,153)
0 Favorites   0 Comments

Color spaces of #d07899

RGB 208120153
HSL0.940.480.64
HSV338°42°82°
CMYK 0.000.420.26   0.18
XYZ38.478729.142733.7341
Yxy29.14270.37960.2875
Hunter Lab53.984032.75930.7390
CIE-Lab60.907438.3854-2.7328

#d07899 color RGB value is (208,120,153).

#d07899 hex color red value is 208, green value is 120 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d07899 hue: 0.94 , saturation: 0.48 and the lightness value of d07899 is 0.64.

The process color (four color CMYK) of #d07899 color hex is 0.00, 0.42, 0.26, 0.18. Web safe color of #d07899 is #cc6699. Color #d07899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111000 10011001
Octal 320 170 231
Decimal 208 120 153
Hex D0 78 99

RGB Percentages of Color #d07899

%43.24
%24.95
%31.81

CMYK Percentages of Color #d07899

%0
%42
%26
%18

Triadic Colors of #d07899

#d07899 #99d078 #7899d0

Analogous Colors of #d07899

#d07899 #d08378 #d078c5

Monochromatic Colors of #d07899

#d07899

Complementary Color

#d07899 #78d0af

#d07899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07899 Color CSS Codes

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

#d07899 Text Font Color

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

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


#d07899 Background Color

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

This div background color is #d07899


#d07899 Border Color

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

This div border color is #d07899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07899


Comments

No comments written yet.

Please login to write comment.