Color Hex Logo

#d559fe Color Hex

#D559FE
(213,89,254)
0 Favorites   0 Comments

Color spaces of #d559fe

RGB 21389254
HSL0.790.990.67
HSV285°65°100°
CMYK 0.160.650.00   0.00
XYZ48.902328.446696.6792
Yxy28.44660.28100.1635
Hunter Lab53.335470.3268-70.1382
CIE-Lab60.290171.8151-60.6953

#d559fe color RGB value is (213,89,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011001 11111110
Octal 325 131 376
Decimal 213 89 254
Hex D5 59 FE

RGB Percentages of Color #d559fe

%38.31
%16.01
%45.68

CMYK Percentages of Color #d559fe

%16
%65
%0
%0

Triadic Colors of #d559fe

#d559fe #fed559 #59fed5

Analogous Colors of #d559fe

#d559fe #fe59d5 #8359fe

Monochromatic Colors of #d559fe

#d559fe

Complementary Color

#d559fe #82fe59

#d559fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d559fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d559fe Color CSS Codes

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

#d559fe Text Font Color

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

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


#d559fe Background Color

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

This div background color is #d559fe


#d559fe Border Color

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

This div border color is #d559fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d559fe


Comments

No comments written yet.

Please login to write comment.