Color Hex Logo

#d54dcd Color Hex

#D54DCD
(213,77,205)
0 Favorites   0 Comments

Color spaces of #d54dcd

RGB 21377205
HSL0.840.620.57
HSV304°64°84°
CMYK 0.000.640.04   0.16
XYZ41.113923.861760.1964
Yxy23.86170.32850.1906
Hunter Lab48.848464.7520-38.8697
CIE-Lab55.949168.0154-40.0971

#d54dcd color RGB value is (213,77,205).

#d54dcd hex color red value is 213, green value is 77 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d54dcd hue: 0.84 , saturation: 0.62 and the lightness value of d54dcd is 0.57.

The process color (four color CMYK) of #d54dcd color hex is 0.00, 0.64, 0.04, 0.16. Web safe color of #d54dcd is #cc66cc. Color #d54dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001101 11001101
Octal 325 115 315
Decimal 213 77 205
Hex D5 4D CD

RGB Percentages of Color #d54dcd

%43.03
%15.56
%41.41

CMYK Percentages of Color #d54dcd

%0
%64
%4
%16

Triadic Colors of #d54dcd

#d54dcd #cdd54d #4dcdd5

Analogous Colors of #d54dcd

#d54dcd #d54d89 #994dd5

Monochromatic Colors of #d54dcd

#d54dcd

Complementary Color

#d54dcd #4dd555

#d54dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54dcd Color CSS Codes

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

#d54dcd Text Font Color

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

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


#d54dcd Background Color

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

This div background color is #d54dcd


#d54dcd Border Color

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

This div border color is #d54dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54dcd


Comments

No comments written yet.

Please login to write comment.