Color Hex Logo

#d28dba Color Hex

#D28DBA
(210,141,186)
0 Favorites   0 Comments

Color spaces of #d28dba

RGB 210141186
HSL0.890.430.69
HSV321°33°82°
CMYK 0.000.330.11   0.18
XYZ44.966136.296651.0903
Yxy36.29660.33970.2742
Hunter Lab60.246727.7948-8.1064
CIE-Lab66.745932.9365-12.7484

#d28dba color RGB value is (210,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001101 10111010
Octal 322 215 272
Decimal 210 141 186
Hex D2 8D BA

RGB Percentages of Color #d28dba

%39.11
%26.26
%34.64

CMYK Percentages of Color #d28dba

%0
%33
%11
%18

Triadic Colors of #d28dba

#d28dba #bad28d #8dbad2

Analogous Colors of #d28dba

#d28dba #d28d98 #c88dd2

Monochromatic Colors of #d28dba

#d28dba

Complementary Color

#d28dba #8dd2a5

#d28dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28dba Color CSS Codes

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

#d28dba Text Font Color

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

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


#d28dba Background Color

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

This div background color is #d28dba


#d28dba Border Color

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

This div border color is #d28dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28dba


Comments

No comments written yet.

Please login to write comment.