Color Hex Logo

#d07384 Color Hex

#D07384
(208,115,132)
0 Favorites   0 Comments

Color spaces of #d07384

RGB 208115132
HSL0.970.500.63
HSV349°45°82°
CMYK 0.000.450.37   0.18
XYZ36.308027.337325.1928
Yxy27.33730.40870.3077
Hunter Lab52.285132.45578.0315
CIE-Lab59.285238.28697.0199

#d07384 color RGB value is (208,115,132).

#d07384 hex color red value is 208, green value is 115 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #d07384 hue: 0.97 , saturation: 0.50 and the lightness value of d07384 is 0.63.

The process color (four color CMYK) of #d07384 color hex is 0.00, 0.45, 0.37, 0.18. Web safe color of #d07384 is #cc6699. Color #d07384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110011 10000100
Octal 320 163 204
Decimal 208 115 132
Hex D0 73 84

RGB Percentages of Color #d07384

%45.71
%25.27
%29.01

CMYK Percentages of Color #d07384

%0
%45
%37
%18

Triadic Colors of #d07384

#d07384 #84d073 #7384d0

Analogous Colors of #d07384

#d07384 #d09173 #d073b3

Monochromatic Colors of #d07384

#d07384

Complementary Color

#d07384 #73d0bf

#d07384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07384 Color CSS Codes

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

#d07384 Text Font Color

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

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


#d07384 Background Color

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

This div background color is #d07384


#d07384 Border Color

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

This div border color is #d07384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07384


Comments

No comments written yet.

Please login to write comment.