Color Hex Logo

#d2728e Color Hex

#D2728E
(210,114,142)
0 Favorites   0 Comments

Color spaces of #d2728e

RGB 210114142
HSL0.950.520.64
HSV343°46°82°
CMYK 0.000.460.32   0.18
XYZ37.478127.689328.9604
Yxy27.68930.39820.2942
Hunter Lab52.620635.04734.2035
CIE-Lab59.607040.75611.7360

#d2728e color RGB value is (210,114,142).

#d2728e hex color red value is 210, green value is 114 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d2728e hue: 0.95 , saturation: 0.52 and the lightness value of d2728e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110010 10001110
Octal 322 162 216
Decimal 210 114 142
Hex D2 72 8E

RGB Percentages of Color #d2728e

%45.06
%24.46
%30.47

CMYK Percentages of Color #d2728e

%0
%46
%32
%18

Triadic Colors of #d2728e

#d2728e #8ed272 #728ed2

Analogous Colors of #d2728e

#d2728e #d28672 #d272be

Monochromatic Colors of #d2728e

#d2728e

Complementary Color

#d2728e #72d2b6

#d2728e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2728e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2728e Color CSS Codes

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

#d2728e Text Font Color

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

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


#d2728e Background Color

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

This div background color is #d2728e


#d2728e Border Color

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

This div border color is #d2728e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2728e


Comments

No comments written yet.

Please login to write comment.