Color Hex Logo

#d54aff Color Hex

#D54AFF
(213,74,255)
0 Favorites   0 Comments

Color spaces of #d54aff

RGB 21374255
HSL0.791.000.65
HSV286°71°100°
CMYK 0.160.710.00   0.00
XYZ47.939426.263797.1505
Yxy26.26370.27980.1533
Hunter Lab51.248177.2913-76.5217
CIE-Lab58.286577.8041-64.4616

#d54aff color RGB value is (213,74,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001010 11111111
Octal 325 112 377
Decimal 213 74 255
Hex D5 4A FF

RGB Percentages of Color #d54aff

%39.30
%13.65
%47.05

CMYK Percentages of Color #d54aff

%16
%71
%0
%0

Triadic Colors of #d54aff

#d54aff #ffd54a #4affd5

Analogous Colors of #d54aff

#d54aff #ff4acf #7b4aff

Monochromatic Colors of #d54aff

#d54aff

Complementary Color

#d54aff #74ff4a

#d54aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54aff Color CSS Codes

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

#d54aff Text Font Color

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

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


#d54aff Background Color

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

This div background color is #d54aff


#d54aff Border Color

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

This div border color is #d54aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54aff

Related Colors


Comments

No comments written yet.

Please login to write comment.