Color Hex Logo

#d549cd Color Hex

#D549CD
(213,73,205)
0 Favorites   0 Comments

Color spaces of #d549cd

RGB 21373205
HSL0.840.630.56
HSV303°66°84°
CMYK 0.000.660.04   0.16
XYZ40.842623.319060.1060
Yxy23.31900.32870.1877
Hunter Lab48.289866.4650-39.9951
CIE-Lab55.399469.5510-40.9626

#d549cd color RGB value is (213,73,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001001 11001101
Octal 325 111 315
Decimal 213 73 205
Hex D5 49 CD

RGB Percentages of Color #d549cd

%43.38
%14.87
%41.75

CMYK Percentages of Color #d549cd

%0
%66
%4
%16

Triadic Colors of #d549cd

#d549cd #cdd549 #49cdd5

Analogous Colors of #d549cd

#d549cd #d54987 #9749d5

Monochromatic Colors of #d549cd

#d549cd

Complementary Color

#d549cd #49d551

#d549cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d549cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d549cd Color CSS Codes

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

#d549cd Text Font Color

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

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


#d549cd Background Color

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

This div background color is #d549cd


#d549cd Border Color

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

This div border color is #d549cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d549cd


Comments

No comments written yet.

Please login to write comment.