Color Hex Logo

#d5778f Color Hex

#D5778F
(213,119,143)
0 Favorites   0 Comments

Color spaces of #d5778f

RGB 213119143
HSL0.960.530.65
HSV345°44°84°
CMYK 0.000.440.33   0.16
XYZ38.995329.323029.5912
Yxy29.32300.39830.2995
Hunter Lab54.150733.77865.5059
CIE-Lab61.065639.35113.3238

#d5778f color RGB value is (213,119,143).

#d5778f hex color red value is 213, green value is 119 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d5778f hue: 0.96 , saturation: 0.53 and the lightness value of d5778f is 0.65.

The process color (four color CMYK) of #d5778f color hex is 0.00, 0.44, 0.33, 0.16. Web safe color of #d5778f is #cc6699. Color #d5778f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110111 10001111
Octal 325 167 217
Decimal 213 119 143
Hex D5 77 8F

RGB Percentages of Color #d5778f

%44.84
%25.05
%30.11

CMYK Percentages of Color #d5778f

%0
%44
%33
%16

Triadic Colors of #d5778f

#d5778f #8fd577 #778fd5

Analogous Colors of #d5778f

#d5778f #d58e77 #d577be

Monochromatic Colors of #d5778f

#d5778f

Complementary Color

#d5778f #77d5bd

#d5778f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5778f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5778f Color CSS Codes

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

#d5778f Text Font Color

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

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


#d5778f Background Color

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

This div background color is #d5778f


#d5778f Border Color

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

This div border color is #d5778f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5778f


Comments

No comments written yet.

Please login to write comment.