Color Hex Logo

#d555db Color Hex

#D555DB
(213,85,219)
0 Favorites   0 Comments

Color spaces of #d555db

RGB 21385219
HSL0.830.650.60
HSV297°61°86°
CMYK 0.030.610.00   0.14
XYZ43.475325.757669.6981
Yxy25.75760.31290.1854
Hunter Lab50.751964.0914-45.8971
CIE-Lab57.806267.1156-45.1133

#d555db color RGB value is (213,85,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010101 11011011
Octal 325 125 333
Decimal 213 85 219
Hex D5 55 DB

RGB Percentages of Color #d555db

%41.20
%16.44
%42.36

CMYK Percentages of Color #d555db

%3
%61
%0
%14

Triadic Colors of #d555db

#d555db #dbd555 #55dbd5

Analogous Colors of #d555db

#d555db #db559e #9255db

Monochromatic Colors of #d555db

#d555db

Complementary Color

#d555db #5bdb55

#d555db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d555db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d555db Color CSS Codes

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

#d555db Text Font Color

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

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


#d555db Background Color

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

This div background color is #d555db


#d555db Border Color

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

This div border color is #d555db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d555db


Comments

No comments written yet.

Please login to write comment.