Color Hex Logo

#d27778 Color Hex

#D27778
(210,119,120)
0 Favorites   0 Comments

Color spaces of #d27778

RGB 210119120
HSL1.000.500.65
HSV359°43°82°
CMYK 0.000.430.43   0.18
XYZ36.565328.251421.2952
Yxy28.25140.42460.3281
Hunter Lab53.152029.780813.4521
CIE-Lab60.115235.564515.1407

#d27778 color RGB value is (210,119,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110111 01111000
Octal 322 167 170
Decimal 210 119 120
Hex D2 77 78

RGB Percentages of Color #d27778

%46.77
%26.50
%26.73

CMYK Percentages of Color #d27778

%0
%43
%43
%18

Triadic Colors of #d27778

#d27778 #78d277 #7778d2

Analogous Colors of #d27778

#d27778 #d2a477 #d277a6

Monochromatic Colors of #d27778

#d27778

Complementary Color

#d27778 #77d2d1

#d27778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27778 Color CSS Codes

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

#d27778 Text Font Color

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

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


#d27778 Background Color

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

This div background color is #d27778


#d27778 Border Color

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

This div border color is #d27778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27778


Comments

No comments written yet.

Please login to write comment.