Color Hex Logo

#d558dd Color Hex

#D558DD
(213,88,221)
0 Favorites   0 Comments

Color spaces of #d558dd

RGB 21388221
HSL0.820.660.61
HSV296°60°87°
CMYK 0.040.600.00   0.13
XYZ43.981426.346071.1738
Yxy26.34600.31080.1862
Hunter Lab51.328463.1255-46.2839
CIE-Lab58.364066.2005-45.3596

#d558dd color RGB value is (213,88,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011000 11011101
Octal 325 130 335
Decimal 213 88 221
Hex D5 58 DD

RGB Percentages of Color #d558dd

%40.80
%16.86
%42.34

CMYK Percentages of Color #d558dd

%4
%60
%0
%13

Triadic Colors of #d558dd

#d558dd #ddd558 #58ddd5

Analogous Colors of #d558dd

#d558dd #dd58a3 #9358dd

Monochromatic Colors of #d558dd

#d558dd

Complementary Color

#d558dd #60dd58

#d558dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d558dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d558dd Color CSS Codes

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

#d558dd Text Font Color

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

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


#d558dd Background Color

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

This div background color is #d558dd


#d558dd Border Color

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

This div border color is #d558dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d558dd


Comments

No comments written yet.

Please login to write comment.