Color Hex Logo

#d28c9b Color Hex

#D28C9B
(210,140,155)
0 Favorites   0 Comments

Color spaces of #d28c9b

RGB 210140155
HSL0.960.440.69
HSV347°33°82°
CMYK 0.000.330.26   0.18
XYZ41.872834.824435.5252
Yxy34.82440.37310.3103
Hunter Lab59.012223.38545.6161
CIE-Lab65.611728.67853.0242

#d28c9b color RGB value is (210,140,155).

#d28c9b hex color red value is 210, green value is 140 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #d28c9b hue: 0.96 , saturation: 0.44 and the lightness value of d28c9b is 0.69.

The process color (four color CMYK) of #d28c9b color hex is 0.00, 0.33, 0.26, 0.18. Web safe color of #d28c9b is #cc9999. Color #d28c9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001100 10011011
Octal 322 214 233
Decimal 210 140 155
Hex D2 8C 9B

RGB Percentages of Color #d28c9b

%41.58
%27.72
%30.69

CMYK Percentages of Color #d28c9b

%0
%33
%26
%18

Triadic Colors of #d28c9b

#d28c9b #9bd28c #8c9bd2

Analogous Colors of #d28c9b

#d28c9b #d2a08c #d28cbe

Monochromatic Colors of #d28c9b

#d28c9b

Complementary Color

#d28c9b #8cd2c3

#d28c9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28c9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28c9b Color CSS Codes

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

#d28c9b Text Font Color

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

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


#d28c9b Background Color

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

This div background color is #d28c9b


#d28c9b Border Color

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

This div border color is #d28c9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28c9b


Comments

No comments written yet.

Please login to write comment.