Color Hex Logo

#d549ff Color Hex

#D549FF
(213,73,255)
0 Favorites   0 Comments

Color spaces of #d549ff

RGB 21373255
HSL0.791.000.64
HSV286°71°100°
CMYK 0.160.710.00   0.00
XYZ47.873126.131297.1284
Yxy26.13120.27970.1527
Hunter Lab51.118777.7091-76.8713
CIE-Lab58.161478.1599-64.6627

#d549ff color RGB value is (213,73,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001001 11111111
Octal 325 111 377
Decimal 213 73 255
Hex D5 49 FF

RGB Percentages of Color #d549ff

%39.37
%13.49
%47.13

CMYK Percentages of Color #d549ff

%16
%71
%0
%0

Triadic Colors of #d549ff

#d549ff #ffd549 #49ffd5

Analogous Colors of #d549ff

#d549ff #ff49ce #7a49ff

Monochromatic Colors of #d549ff

#d549ff

Complementary Color

#d549ff #73ff49

#d549ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d549ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d549ff Color CSS Codes

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

#d549ff Text Font Color

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

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


#d549ff Background Color

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

This div background color is #d549ff


#d549ff Border Color

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

This div border color is #d549ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d549ff

#d549ff Color Palettes


Comments

No comments written yet.

Please login to write comment.