Color Hex Logo

#d28e6b Color Hex

#D28E6B
(210,142,107)
0 Favorites   0 Comments

Color spaces of #d28e6b

RGB 210142107
HSL0.060.530.62
HSV20°49°82°
CMYK 0.000.320.49   0.18
XYZ38.905234.109218.4431
Yxy34.10920.42540.3730
Hunter Lab58.403116.702322.1590
CIE-Lab65.049221.894429.0806

#d28e6b color RGB value is (210,142,107).

#d28e6b hex color red value is 210, green value is 142 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d28e6b hue: 0.06 , saturation: 0.53 and the lightness value of d28e6b is 0.62.

The process color (four color CMYK) of #d28e6b color hex is 0.00, 0.32, 0.49, 0.18. Web safe color of #d28e6b is #cc9966. Color #d28e6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001110 01101011
Octal 322 216 153
Decimal 210 142 107
Hex D2 8E 6B

RGB Percentages of Color #d28e6b

%45.75
%30.94
%23.31

CMYK Percentages of Color #d28e6b

%0
%32
%49
%18

Triadic Colors of #d28e6b

#d28e6b #6bd28e #8e6bd2

Analogous Colors of #d28e6b

#d28e6b #d2c26b #d26b7c

Monochromatic Colors of #d28e6b

#d28e6b

Complementary Color

#d28e6b #6bafd2

#d28e6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28e6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28e6b Color CSS Codes

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

#d28e6b Text Font Color

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

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


#d28e6b Background Color

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

This div background color is #d28e6b


#d28e6b Border Color

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

This div border color is #d28e6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28e6b


Comments

No comments written yet.

Please login to write comment.