Color Hex Logo

#d07782 Color Hex

#D07782
(208,119,130)
0 Favorites   0 Comments

Color spaces of #d07782

RGB 208119130
HSL0.980.490.64
HSV353°43°82°
CMYK 0.000.430.38   0.18
XYZ36.638528.215324.6341
Yxy28.21530.40940.3153
Hunter Lab53.118130.16489.6863
CIE-Lab60.082835.94689.3094

#d07782 color RGB value is (208,119,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110111 10000010
Octal 320 167 202
Decimal 208 119 130
Hex D0 77 82

RGB Percentages of Color #d07782

%45.51
%26.04
%28.45

CMYK Percentages of Color #d07782

%0
%43
%38
%18

Triadic Colors of #d07782

#d07782 #82d077 #7782d0

Analogous Colors of #d07782

#d07782 #d09977 #d077af

Monochromatic Colors of #d07782

#d07782

Complementary Color

#d07782 #77d0c5

#d07782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07782 Color CSS Codes

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

#d07782 Text Font Color

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

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


#d07782 Background Color

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

This div background color is #d07782


#d07782 Border Color

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

This div border color is #d07782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07782


Comments

No comments written yet.

Please login to write comment.