Color Hex Logo

#d28baf Color Hex

#D28BAF
(210,139,175)
0 Favorites   0 Comments

Color spaces of #d28baf

RGB 210139175
HSL0.920.440.68
HSV330°34°82°
CMYK 0.000.340.17   0.18
XYZ43.548835.262045.0684
Yxy35.26200.35150.2846
Hunter Lab59.381826.9882-3.4314
CIE-Lab65.952132.2209-7.7539

#d28baf color RGB value is (210,139,175).

#d28baf hex color red value is 210, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d28baf hue: 0.92 , saturation: 0.44 and the lightness value of d28baf is 0.68.

The process color (four color CMYK) of #d28baf color hex is 0.00, 0.34, 0.17, 0.18. Web safe color of #d28baf is #cc9999. Color #d28baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001011 10101111
Octal 322 213 257
Decimal 210 139 175
Hex D2 8B AF

RGB Percentages of Color #d28baf

%40.08
%26.53
%33.40

CMYK Percentages of Color #d28baf

%0
%34
%17
%18

Triadic Colors of #d28baf

#d28baf #afd28b #8bafd2

Analogous Colors of #d28baf

#d28baf #d28b8c #d28bd2

Monochromatic Colors of #d28baf

#d28baf

Complementary Color

#d28baf #8bd2ae

#d28baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28baf Color CSS Codes

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

#d28baf Text Font Color

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

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


#d28baf Background Color

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

This div background color is #d28baf


#d28baf Border Color

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

This div border color is #d28baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28baf


Comments

No comments written yet.

Please login to write comment.