Color Hex Logo

#d07897 Color Hex

#D07897
(208,120,151)
0 Favorites   0 Comments

Color spaces of #d07897

RGB 208120151
HSL0.940.480.64
HSV339°42°82°
CMYK 0.000.420.27   0.18
XYZ38.314829.077232.8712
Yxy29.07720.38210.2900
Hunter Lab53.923332.46621.6036
CIE-Lab60.849738.1080-1.6684

#d07897 color RGB value is (208,120,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111000 10010111
Octal 320 170 227
Decimal 208 120 151
Hex D0 78 97

RGB Percentages of Color #d07897

%43.42
%25.05
%31.52

CMYK Percentages of Color #d07897

%0
%42
%27
%18

Triadic Colors of #d07897

#d07897 #97d078 #7897d0

Analogous Colors of #d07897

#d07897 #d08578 #d078c3

Monochromatic Colors of #d07897

#d07897

Complementary Color

#d07897 #78d0b1

#d07897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07897 Color CSS Codes

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

#d07897 Text Font Color

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

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


#d07897 Background Color

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

This div background color is #d07897


#d07897 Border Color

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

This div border color is #d07897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07897


Comments

No comments written yet.

Please login to write comment.