Color Hex Logo

#d550db Color Hex

#D550DB
(213,80,219)
0 Favorites   0 Comments

Color spaces of #d550db

RGB 21380219
HSL0.830.660.59
HSV297°63°86°
CMYK 0.030.630.00   0.14
XYZ43.095424.997969.5715
Yxy24.99790.31300.1816
Hunter Lab49.997966.3607-47.5028
CIE-Lab57.073469.1491-46.2725

#d550db color RGB value is (213,80,219).

#d550db hex color red value is 213, green value is 80 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d550db hue: 0.83 , saturation: 0.66 and the lightness value of d550db is 0.59.

The process color (four color CMYK) of #d550db color hex is 0.03, 0.63, 0.00, 0.14. Web safe color of #d550db is #cc66cc. Color #d550db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010000 11011011
Octal 325 120 333
Decimal 213 80 219
Hex D5 50 DB

RGB Percentages of Color #d550db

%41.60
%15.63
%42.77

CMYK Percentages of Color #d550db

%3
%63
%0
%14

Triadic Colors of #d550db

#d550db #dbd550 #50dbd5

Analogous Colors of #d550db

#d550db #db509c #9050db

Monochromatic Colors of #d550db

#d550db

Complementary Color

#d550db #56db50

#d550db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d550db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d550db Color CSS Codes

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

#d550db Text Font Color

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

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


#d550db Background Color

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

This div background color is #d550db


#d550db Border Color

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

This div border color is #d550db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d550db


Comments

No comments written yet.

Please login to write comment.