Color Hex Logo

#d55add Color Hex

#D55ADD
(213,90,221)
0 Favorites   0 Comments

Color spaces of #d55add

RGB 21390221
HSL0.820.660.61
HSV296°59°87°
CMYK 0.040.590.00   0.13
XYZ44.147926.678971.2293
Yxy26.67890.31080.1878
Hunter Lab51.651662.1780-45.6067
CIE-Lab58.675965.3435-44.8670

#d55add color RGB value is (213,90,221).

#d55add hex color red value is 213, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d55add hue: 0.82 , saturation: 0.66 and the lightness value of d55add is 0.61.

The process color (four color CMYK) of #d55add color hex is 0.04, 0.59, 0.00, 0.13. Web safe color of #d55add is #cc66cc. Color #d55add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011010 11011101
Octal 325 132 335
Decimal 213 90 221
Hex D5 5A DD

RGB Percentages of Color #d55add

%40.65
%17.18
%42.18

CMYK Percentages of Color #d55add

%4
%59
%0
%13

Triadic Colors of #d55add

#d55add #ddd55a #5addd5

Analogous Colors of #d55add

#d55add #dd5aa4 #945add

Monochromatic Colors of #d55add

#d55add

Complementary Color

#d55add #62dd5a

#d55add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55add Color CSS Codes

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

#d55add Text Font Color

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

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


#d55add Background Color

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

This div background color is #d55add


#d55add Border Color

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

This div border color is #d55add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,90,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55add


Comments

No comments written yet.

Please login to write comment.