Color Hex Logo

#d280db Color Hex

#D280DB
(210,128,219)
0 Favorites   0 Comments

Color spaces of #d280db

RGB 210128219
HSL0.820.560.68
HSV294°42°86°
CMYK 0.040.420.00   0.14
XYZ47.083734.254571.1480
Yxy34.25450.30880.2246
Hunter Lab58.527341.1757-31.1060
CIE-Lab65.164145.7771-33.6144

#d280db color RGB value is (210,128,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000000 11011011
Octal 322 200 333
Decimal 210 128 219
Hex D2 80 DB

RGB Percentages of Color #d280db

%37.70
%22.98
%39.32

CMYK Percentages of Color #d280db

%4
%42
%0
%14

Triadic Colors of #d280db

#d280db #dbd280 #80dbd2

Analogous Colors of #d280db

#d280db #db80b7 #a580db

Monochromatic Colors of #d280db

#d280db

Complementary Color

#d280db #89db80

#d280db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d280db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d280db Color CSS Codes

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

#d280db Text Font Color

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

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


#d280db Background Color

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

This div background color is #d280db


#d280db Border Color

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

This div border color is #d280db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,128,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 #d280db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d280db


Comments

No comments written yet.

Please login to write comment.