Color Hex Logo

#d28dbf Color Hex

#D28DBF
(210,141,191)
0 Favorites   0 Comments

Color spaces of #d28dbf

RGB 210141191
HSL0.880.430.69
HSV317°33°82°
CMYK 0.000.330.09   0.18
XYZ45.507236.513053.9394
Yxy36.51300.33470.2686
Hunter Lab60.426028.6840-10.6272
CIE-Lab66.910033.7856-15.3022

#d28dbf color RGB value is (210,141,191).

#d28dbf hex color red value is 210, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d28dbf hue: 0.88 , saturation: 0.43 and the lightness value of d28dbf is 0.69.

The process color (four color CMYK) of #d28dbf color hex is 0.00, 0.33, 0.09, 0.18. Web safe color of #d28dbf is #cc99cc. Color #d28dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001101 10111111
Octal 322 215 277
Decimal 210 141 191
Hex D2 8D BF

RGB Percentages of Color #d28dbf

%38.75
%26.01
%35.24

CMYK Percentages of Color #d28dbf

%0
%33
%9
%18

Triadic Colors of #d28dbf

#d28dbf #bfd28d #8dbfd2

Analogous Colors of #d28dbf

#d28dbf #d28d9d #c38dd2

Monochromatic Colors of #d28dbf

#d28dbf

Complementary Color

#d28dbf #8dd2a0

#d28dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28dbf Color CSS Codes

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

#d28dbf Text Font Color

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

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


#d28dbf Background Color

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

This div background color is #d28dbf


#d28dbf Border Color

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

This div border color is #d28dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28dbf


Comments

No comments written yet.

Please login to write comment.