Color Hex Logo

#d07890 Color Hex

#D07890
(208,120,144)
0 Favorites   0 Comments

Color spaces of #d07890

RGB 208120144
HSL0.950.480.64
HSV344°42°82°
CMYK 0.000.420.31   0.18
XYZ37.762928.856529.9651
Yxy28.85650.39100.2988
Hunter Lab53.718231.47524.5296
CIE-Lab60.654837.16622.0720

#d07890 color RGB value is (208,120,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111000 10010000
Octal 320 170 220
Decimal 208 120 144
Hex D0 78 90

RGB Percentages of Color #d07890

%44.07
%25.42
%30.51

CMYK Percentages of Color #d07890

%0
%42
%31
%18

Triadic Colors of #d07890

#d07890 #90d078 #7890d0

Analogous Colors of #d07890

#d07890 #d08c78 #d078bc

Monochromatic Colors of #d07890

#d07890

Complementary Color

#d07890 #78d0b8

#d07890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07890 Color CSS Codes

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

#d07890 Text Font Color

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

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


#d07890 Background Color

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

This div background color is #d07890


#d07890 Border Color

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

This div border color is #d07890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07890


Comments

No comments written yet.

Please login to write comment.