Color Hex Logo

#d55ede Color Hex

#D55EDE
(213,94,222)
0 Favorites   0 Comments

Color spaces of #d55ede

RGB 21394222
HSL0.820.660.62
HSV296°58°87°
CMYK 0.040.580.00   0.13
XYZ44.628127.425572.0487
Yxy27.42550.30970.1903
Hunter Lab52.369460.4677-44.9114
CIE-Lab59.366163.7674-44.3402

#d55ede color RGB value is (213,94,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011110 11011110
Octal 325 136 336
Decimal 213 94 222
Hex D5 5E DE

RGB Percentages of Color #d55ede

%40.26
%17.77
%41.97

CMYK Percentages of Color #d55ede

%4
%58
%0
%13

Triadic Colors of #d55ede

#d55ede #ded55e #5eded5

Analogous Colors of #d55ede

#d55ede #de5ea7 #955ede

Monochromatic Colors of #d55ede

#d55ede

Complementary Color

#d55ede #67de5e

#d55ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55ede Color CSS Codes

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

#d55ede Text Font Color

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

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


#d55ede Background Color

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

This div background color is #d55ede


#d55ede Border Color

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

This div border color is #d55ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55ede


Comments

No comments written yet.

Please login to write comment.