Color Hex Logo

#d54dde Color Hex

#D54DDE
(213,77,222)
0 Favorites   0 Comments

Color spaces of #d54dde

RGB 21377222
HSL0.820.690.59
HSV296°65°87°
CMYK 0.040.650.00   0.13
XYZ43.279324.727871.5991
Yxy24.72780.31000.1771
Hunter Lab49.727168.3328-50.5593
CIE-Lab56.809270.8332-48.3853

#d54dde color RGB value is (213,77,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001101 11011110
Octal 325 115 336
Decimal 213 77 222
Hex D5 4D DE

RGB Percentages of Color #d54dde

%41.60
%15.04
%43.36

CMYK Percentages of Color #d54dde

%4
%65
%0
%13

Triadic Colors of #d54dde

#d54dde #ded54d #4dded5

Analogous Colors of #d54dde

#d54dde #de4d9f #8d4dde

Monochromatic Colors of #d54dde

#d54dde

Complementary Color

#d54dde #56de4d

#d54dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54dde Color CSS Codes

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

#d54dde Text Font Color

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

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


#d54dde Background Color

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

This div background color is #d54dde


#d54dde Border Color

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

This div border color is #d54dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54dde


Comments

No comments written yet.

Please login to write comment.