Color Hex Logo

#d54ddc Color Hex

#D54DDC
(213,77,220)
0 Favorites   0 Comments

Color spaces of #d54ddc

RGB 21377220
HSL0.830.670.58
HSV297°65°86°
CMYK 0.030.650.00   0.14
XYZ43.012724.621270.1955
Yxy24.62120.31210.1786
Hunter Lab49.619867.8975-49.1419
CIE-Lab56.704570.4934-47.4220

#d54ddc color RGB value is (213,77,220).

#d54ddc hex color red value is 213, green value is 77 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d54ddc hue: 0.83 , saturation: 0.67 and the lightness value of d54ddc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001101 11011100
Octal 325 115 334
Decimal 213 77 220
Hex D5 4D DC

RGB Percentages of Color #d54ddc

%41.76
%15.10
%43.14

CMYK Percentages of Color #d54ddc

%3
%65
%0
%14

Triadic Colors of #d54ddc

#d54ddc #dcd54d #4ddcd5

Analogous Colors of #d54ddc

#d54ddc #dc4d9c #8e4ddc

Monochromatic Colors of #d54ddc

#d54ddc

Complementary Color

#d54ddc #54dc4d

#d54ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54ddc Color CSS Codes

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

#d54ddc Text Font Color

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

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


#d54ddc Background Color

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

This div background color is #d54ddc


#d54ddc Border Color

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

This div border color is #d54ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54ddc


Comments

No comments written yet.

Please login to write comment.