Color Hex Logo

#d78490 Color Hex

#D78490
(215,132,144)
0 Favorites   0 Comments

Color spaces of #d78490

RGB 215132144
HSL0.980.510.68
HSV351°39°84°
CMYK 0.000.390.33   0.16
XYZ41.309632.963230.5708
Yxy32.96320.39400.3144
Hunter Lab57.413627.95868.6196
CIE-Lab64.131133.34717.1950

#d78490 color RGB value is (215,132,144).

#d78490 hex color red value is 215, green value is 132 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d78490 hue: 0.98 , saturation: 0.51 and the lightness value of d78490 is 0.68.

The process color (four color CMYK) of #d78490 color hex is 0.00, 0.39, 0.33, 0.16. Web safe color of #d78490 is #cc9999. Color #d78490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000100 10010000
Octal 327 204 220
Decimal 215 132 144
Hex D7 84 90

RGB Percentages of Color #d78490

%43.79
%26.88
%29.33

CMYK Percentages of Color #d78490

%0
%39
%33
%16

Triadic Colors of #d78490

#d78490 #90d784 #8490d7

Analogous Colors of #d78490

#d78490 #d7a284 #d784ba

Monochromatic Colors of #d78490

#d78490

Complementary Color

#d78490 #84d7cb

#d78490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78490 Color CSS Codes

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

#d78490 Text Font Color

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

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


#d78490 Background Color

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

This div background color is #d78490


#d78490 Border Color

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

This div border color is #d78490


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,132,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 #d78490">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78490


Comments

No comments written yet.

Please login to write comment.