Color Hex Logo

#d78993 Color Hex

#D78993
(215,137,147)
0 Favorites   0 Comments

Color spaces of #d78993

RGB 215137147
HSL0.980.490.69
HSV352°36°84°
CMYK 0.000.360.32   0.16
XYZ42.236534.445032.0262
Yxy34.44500.38850.3169
Hunter Lab58.689925.75138.7292
CIE-Lab65.314331.05907.1888

#d78993 color RGB value is (215,137,147).

#d78993 hex color red value is 215, green value is 137 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d78993 hue: 0.98 , saturation: 0.49 and the lightness value of d78993 is 0.69.

The process color (four color CMYK) of #d78993 color hex is 0.00, 0.36, 0.32, 0.16. Web safe color of #d78993 is #cc9999. Color #d78993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001001 10010011
Octal 327 211 223
Decimal 215 137 147
Hex D7 89 93

RGB Percentages of Color #d78993

%43.09
%27.45
%29.46

CMYK Percentages of Color #d78993

%0
%36
%32
%16

Triadic Colors of #d78993

#d78993 #93d789 #8993d7

Analogous Colors of #d78993

#d78993 #d7a689 #d789ba

Monochromatic Colors of #d78993

#d78993

Complementary Color

#d78993 #89d7cd

#d78993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78993 Color CSS Codes

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

#d78993 Text Font Color

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

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


#d78993 Background Color

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

This div background color is #d78993


#d78993 Border Color

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

This div border color is #d78993


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,137,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78993


Comments

No comments written yet.

Please login to write comment.