Color Hex Logo

#d548cd Color Hex

#D548CD
(213,72,205)
0 Favorites   0 Comments

Color spaces of #d548cd

RGB 21372205
HSL0.840.630.56
HSV303°66°84°
CMYK 0.000.660.04   0.16
XYZ40.777423.188660.0843
Yxy23.18860.32870.1869
Hunter Lab48.154566.8838-40.2703
CIE-Lab55.266169.9249-41.1727

#d548cd color RGB value is (213,72,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001000 11001101
Octal 325 110 315
Decimal 213 72 205
Hex D5 48 CD

RGB Percentages of Color #d548cd

%43.47
%14.69
%41.84

CMYK Percentages of Color #d548cd

%0
%66
%4
%16

Triadic Colors of #d548cd

#d548cd #cdd548 #48cdd5

Analogous Colors of #d548cd

#d548cd #d54887 #9748d5

Monochromatic Colors of #d548cd

#d548cd

Complementary Color

#d548cd #48d550

#d548cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d548cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d548cd Color CSS Codes

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

#d548cd Text Font Color

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

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


#d548cd Background Color

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

This div background color is #d548cd


#d548cd Border Color

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

This div border color is #d548cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d548cd


Comments

No comments written yet.

Please login to write comment.