Color Hex Logo

#d28189 Color Hex

#D28189
(210,129,137)
0 Favorites   0 Comments

Color spaces of #d28189

RGB 210129137
HSL0.980.470.66
HSV354°39°82°
CMYK 0.000.390.35   0.18
XYZ38.944031.208327.6381
Yxy31.20830.39820.3191
Hunter Lab55.864426.67279.7722
CIE-Lab62.683132.21649.0277

#d28189 color RGB value is (210,129,137).

#d28189 hex color red value is 210, green value is 129 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #d28189 hue: 0.98 , saturation: 0.47 and the lightness value of d28189 is 0.66.

The process color (four color CMYK) of #d28189 color hex is 0.00, 0.39, 0.35, 0.18. Web safe color of #d28189 is #cc9999. Color #d28189 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000001 10001001
Octal 322 201 211
Decimal 210 129 137
Hex D2 81 89

RGB Percentages of Color #d28189

%44.12
%27.10
%28.78

CMYK Percentages of Color #d28189

%0
%39
%35
%18

Triadic Colors of #d28189

#d28189 #89d281 #8189d2

Analogous Colors of #d28189

#d28189 #d2a281 #d281b2

Monochromatic Colors of #d28189

#d28189

Complementary Color

#d28189 #81d2ca

#d28189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28189 Color CSS Codes

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

#d28189 Text Font Color

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

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


#d28189 Background Color

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

This div background color is #d28189


#d28189 Border Color

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

This div border color is #d28189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28189


Comments

No comments written yet.

Please login to write comment.