Color Hex Logo

#d546fe Color Hex

#D546FE
(213,70,254)
0 Favorites   0 Comments

Color spaces of #d546fe

RGB 21370254
HSL0.800.990.64
HSV287°72°100°
CMYK 0.160.720.00   0.00
XYZ47.520125.682296.2185
Yxy25.68220.28050.1516
Hunter Lab50.677678.6926-77.0960
CIE-Lab57.734279.0211-64.7962

#d546fe color RGB value is (213,70,254).

#d546fe hex color red value is 213, green value is 70 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d546fe hue: 0.80 , saturation: 0.99 and the lightness value of d546fe is 0.64.

The process color (four color CMYK) of #d546fe color hex is 0.16, 0.72, 0.00, 0.00. Web safe color of #d546fe is #cc33ff. Color #d546fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000110 11111110
Octal 325 106 376
Decimal 213 70 254
Hex D5 46 FE

RGB Percentages of Color #d546fe

%39.66
%13.04
%47.30

CMYK Percentages of Color #d546fe

%16
%72
%0
%0

Triadic Colors of #d546fe

#d546fe #fed546 #46fed5

Analogous Colors of #d546fe

#d546fe #fe46cb #7946fe

Monochromatic Colors of #d546fe

#d546fe

Complementary Color

#d546fe #6ffe46

#d546fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d546fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d546fe Color CSS Codes

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

#d546fe Text Font Color

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

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


#d546fe Background Color

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

This div background color is #d546fe


#d546fe Border Color

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

This div border color is #d546fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d546fe

Related Colors


Comments

No comments written yet.

Please login to write comment.