Color Hex Logo

#d548d2 Color Hex

#D548D2
(213,72,210)
0 Favorites   0 Comments

Color spaces of #d548d2

RGB 21372210
HSL0.840.630.56
HSV301°66°84°
CMYK 0.000.660.01   0.16
XYZ41.390823.434063.3144
Yxy23.43400.32300.1829
Hunter Lab48.408767.9074-43.6602
CIE-Lab55.516670.7266-43.6293

#d548d2 color RGB value is (213,72,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001000 11010010
Octal 325 110 322
Decimal 213 72 210
Hex D5 48 D2

RGB Percentages of Color #d548d2

%43.03
%14.55
%42.42

CMYK Percentages of Color #d548d2

%0
%66
%1
%16

Triadic Colors of #d548d2

#d548d2 #d2d548 #48d2d5

Analogous Colors of #d548d2

#d548d2 #d5488c #9248d5

Monochromatic Colors of #d548d2

#d548d2

Complementary Color

#d548d2 #48d54b

#d548d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d548d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d548d2 Color CSS Codes

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

#d548d2 Text Font Color

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

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


#d548d2 Background Color

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

This div background color is #d548d2


#d548d2 Border Color

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

This div border color is #d548d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d548d2


Comments

No comments written yet.

Please login to write comment.