Color Hex Logo

#d2778f Color Hex

#D2778F
(210,119,143)
0 Favorites   0 Comments

Color spaces of #d2778f

RGB 210119143
HSL0.960.500.65
HSV344°43°82°
CMYK 0.000.430.32   0.18
XYZ38.133128.878529.5509
Yxy28.87850.39490.2991
Hunter Lab53.738732.62125.0136
CIE-Lab60.674238.27952.7078

#d2778f color RGB value is (210,119,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110111 10001111
Octal 322 167 217
Decimal 210 119 143
Hex D2 77 8F

RGB Percentages of Color #d2778f

%44.49
%25.21
%30.30

CMYK Percentages of Color #d2778f

%0
%43
%32
%18

Triadic Colors of #d2778f

#d2778f #8fd277 #778fd2

Analogous Colors of #d2778f

#d2778f #d28d77 #d277bd

Monochromatic Colors of #d2778f

#d2778f

Complementary Color

#d2778f #77d2ba

#d2778f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2778f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2778f Color CSS Codes

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

#d2778f Text Font Color

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

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


#d2778f Background Color

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

This div background color is #d2778f


#d2778f Border Color

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

This div border color is #d2778f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2778f


Comments

No comments written yet.

Please login to write comment.