Color Hex Logo

#d54dfe Color Hex

#D54DFE
(213,77,254)
0 Favorites   0 Comments

Color spaces of #d54dfe

RGB 21377254
HSL0.790.990.65
HSV286°70°100°
CMYK 0.160.700.00   0.00
XYZ47.983826.609696.3731
Yxy26.60960.28070.1556
Hunter Lab51.584575.7675-74.6598
CIE-Lab58.611276.5274-63.3868

#d54dfe color RGB value is (213,77,254).

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

The process color (four color CMYK) of #d54dfe color hex is 0.16, 0.70, 0.00, 0.00. Web safe color of #d54dfe is #cc66ff. Color #d54dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001101 11111110
Octal 325 115 376
Decimal 213 77 254
Hex D5 4D FE

RGB Percentages of Color #d54dfe

%39.15
%14.15
%46.69

CMYK Percentages of Color #d54dfe

%16
%70
%0
%0

Triadic Colors of #d54dfe

#d54dfe #fed54d #4dfed5

Analogous Colors of #d54dfe

#d54dfe #fe4dcf #7d4dfe

Monochromatic Colors of #d54dfe

#d54dfe

Complementary Color

#d54dfe #76fe4d

#d54dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54dfe Color CSS Codes

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

#d54dfe Text Font Color

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

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


#d54dfe Background Color

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

This div background color is #d54dfe


#d54dfe Border Color

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

This div border color is #d54dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54dfe


Comments

No comments written yet.

Please login to write comment.