Color Hex Logo

#d287db Color Hex

#D287DB
(210,135,219)
0 Favorites   0 Comments

Color spaces of #d287db

RGB 210135219
HSL0.820.540.69
HSV294°38°86°
CMYK 0.040.380.00   0.14
XYZ48.028536.144171.4630
Yxy36.14410.30860.2322
Hunter Lab60.120037.3897-28.3925
CIE-Lab66.629942.0877-31.3429

#d287db color RGB value is (210,135,219).

#d287db hex color red value is 210, green value is 135 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d287db hue: 0.82 , saturation: 0.54 and the lightness value of d287db is 0.69.

The process color (four color CMYK) of #d287db color hex is 0.04, 0.38, 0.00, 0.14. Web safe color of #d287db is #cc99cc. Color #d287db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000111 11011011
Octal 322 207 333
Decimal 210 135 219
Hex D2 87 DB

RGB Percentages of Color #d287db

%37.23
%23.94
%38.83

CMYK Percentages of Color #d287db

%4
%38
%0
%14

Triadic Colors of #d287db

#d287db #dbd287 #87dbd2

Analogous Colors of #d287db

#d287db #db87ba #a887db

Monochromatic Colors of #d287db

#d287db

Complementary Color

#d287db #90db87

#d287db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d287db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d287db Color CSS Codes

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

#d287db Text Font Color

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

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


#d287db Background Color

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

This div background color is #d287db


#d287db Border Color

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

This div border color is #d287db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d287db


Comments

No comments written yet.

Please login to write comment.