Color Hex Logo

#d27487 Color Hex

#D27487
(210,116,135)
0 Favorites   0 Comments

Color spaces of #d27487

RGB 210116135
HSL0.970.510.64
HSV348°45°82°
CMYK 0.000.450.36   0.18
XYZ37.196927.941726.3545
Yxy27.94170.40660.3054
Hunter Lab52.859933.10357.4416
CIE-Lab59.836038.84966.1106

#d27487 color RGB value is (210,116,135).

#d27487 hex color red value is 210, green value is 116 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #d27487 hue: 0.97 , saturation: 0.51 and the lightness value of d27487 is 0.64.

The process color (four color CMYK) of #d27487 color hex is 0.00, 0.45, 0.36, 0.18. Web safe color of #d27487 is #cc6699. Color #d27487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110100 10000111
Octal 322 164 207
Decimal 210 116 135
Hex D2 74 87

RGB Percentages of Color #d27487

%45.55
%25.16
%29.28

CMYK Percentages of Color #d27487

%0
%45
%36
%18

Triadic Colors of #d27487

#d27487 #87d274 #7487d2

Analogous Colors of #d27487

#d27487 #d29074 #d274b6

Monochromatic Colors of #d27487

#d27487

Complementary Color

#d27487 #74d2bf

#d27487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27487 Color CSS Codes

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

#d27487 Text Font Color

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

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


#d27487 Background Color

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

This div background color is #d27487


#d27487 Border Color

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

This div border color is #d27487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27487


Comments

No comments written yet.

Please login to write comment.