Color Hex Logo

#d546d2 Color Hex

#D546D2
(213,70,210)
0 Favorites   0 Comments

Color spaces of #d546d2

RGB 21370210
HSL0.840.630.55
HSV301°67°84°
CMYK 0.000.670.01   0.16
XYZ41.263623.179663.2720
Yxy23.17960.32310.1815
Hunter Lab48.145268.7321-44.2168
CIE-Lab55.256971.4575-44.0398

#d546d2 color RGB value is (213,70,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000110 11010010
Octal 325 106 322
Decimal 213 70 210
Hex D5 46 D2

RGB Percentages of Color #d546d2

%43.20
%14.20
%42.60

CMYK Percentages of Color #d546d2

%0
%67
%1
%16

Triadic Colors of #d546d2

#d546d2 #d2d546 #46d2d5

Analogous Colors of #d546d2

#d546d2 #d5468b #9146d5

Monochromatic Colors of #d546d2

#d546d2

Complementary Color

#d546d2 #46d549

#d546d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d546d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d546d2 Color CSS Codes

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

#d546d2 Text Font Color

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

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


#d546d2 Background Color

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

This div background color is #d546d2


#d546d2 Border Color

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

This div border color is #d546d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d546d2


Comments

No comments written yet.

Please login to write comment.