Color Hex Logo

#d07795 Color Hex

#D07795
(208,119,149)
0 Favorites   0 Comments

Color spaces of #d07795

RGB 208119149
HSL0.940.490.64
HSV340°43°82°
CMYK 0.000.430.28   0.18
XYZ38.034128.773531.9830
Yxy28.77350.38500.2913
Hunter Lab53.640932.69382.1974
CIE-Lab60.581238.3611-0.9118

#d07795 color RGB value is (208,119,149).

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

The process color (four color CMYK) of #d07795 color hex is 0.00, 0.43, 0.28, 0.18. Web safe color of #d07795 is #cc6699. Color #d07795 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110111 10010101
Octal 320 167 225
Decimal 208 119 149
Hex D0 77 95

RGB Percentages of Color #d07795

%43.70
%25.00
%31.30

CMYK Percentages of Color #d07795

%0
%43
%28
%18

Triadic Colors of #d07795

#d07795 #95d077 #7795d0

Analogous Colors of #d07795

#d07795 #d08677 #d077c2

Monochromatic Colors of #d07795

#d07795

Complementary Color

#d07795 #77d0b2

#d07795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07795 Color CSS Codes

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

#d07795 Text Font Color

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

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


#d07795 Background Color

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

This div background color is #d07795


#d07795 Border Color

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

This div border color is #d07795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07795


Comments

No comments written yet.

Please login to write comment.