Color Hex Logo

#d544cd Color Hex

#D544CD
(213,68,205)
0 Favorites   0 Comments

Color spaces of #d544cd

RGB 21368205
HSL0.840.630.55
HSV303°68°84°
CMYK 0.000.680.04   0.16
XYZ40.527122.688260.0008
Yxy22.68820.32890.1841
Hunter Lab47.632168.5179-41.3434
CIE-Lab54.749771.3774-41.9870

#d544cd color RGB value is (213,68,205).

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

The process color (four color CMYK) of #d544cd color hex is 0.00, 0.68, 0.04, 0.16. Web safe color of #d544cd is #cc33cc. Color #d544cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000100 11001101
Octal 325 104 315
Decimal 213 68 205
Hex D5 44 CD

RGB Percentages of Color #d544cd

%43.83
%13.99
%42.18

CMYK Percentages of Color #d544cd

%0
%68
%4
%16

Triadic Colors of #d544cd

#d544cd #cdd544 #44cdd5

Analogous Colors of #d544cd

#d544cd #d54485 #9544d5

Monochromatic Colors of #d544cd

#d544cd

Complementary Color

#d544cd #44d54c

#d544cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d544cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d544cd Color CSS Codes

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

#d544cd Text Font Color

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

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


#d544cd Background Color

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

This div background color is #d544cd


#d544cd Border Color

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

This div border color is #d544cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d544cd


Comments

No comments written yet.

Please login to write comment.