Color Hex Logo

#d560fe Color Hex

#D560FE
(213,96,254)
0 Favorites   0 Comments

Color spaces of #d560fe

RGB 21396254
HSL0.790.990.69
HSV284°62°100°
CMYK 0.160.620.00   0.00
XYZ49.512829.667696.8827
Yxy29.66760.28120.1685
Hunter Lab54.468066.9422-67.3321
CIE-Lab61.366468.8364-58.9744

#d560fe color RGB value is (213,96,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100000 11111110
Octal 325 140 376
Decimal 213 96 254
Hex D5 60 FE

RGB Percentages of Color #d560fe

%37.83
%17.05
%45.12

CMYK Percentages of Color #d560fe

%16
%62
%0
%0

Triadic Colors of #d560fe

#d560fe #fed560 #60fed5

Analogous Colors of #d560fe

#d560fe #fe60d8 #8660fe

Monochromatic Colors of #d560fe

#d560fe

Complementary Color

#d560fe #89fe60

#d560fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d560fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d560fe Color CSS Codes

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

#d560fe Text Font Color

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

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


#d560fe Background Color

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

This div background color is #d560fe


#d560fe Border Color

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

This div border color is #d560fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d560fe

Related Colors


Comments

No comments written yet.

Please login to write comment.