Color Hex Logo

#d560fd Color Hex

#D560FD
(213,96,253)
0 Favorites   0 Comments

Color spaces of #d560fd

RGB 21396253
HSL0.790.980.68
HSV285°62°99°
CMYK 0.160.620.00   0.01
XYZ49.353129.603796.0414
Yxy29.60370.28200.1692
Hunter Lab54.409366.6960-66.5702
CIE-Lab61.310868.6430-58.5118

#d560fd color RGB value is (213,96,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100000 11111101
Octal 325 140 375
Decimal 213 96 253
Hex D5 60 FD

RGB Percentages of Color #d560fd

%37.90
%17.08
%45.02

CMYK Percentages of Color #d560fd

%16
%62
%0
%1

Triadic Colors of #d560fd

#d560fd #fdd560 #60fdd5

Analogous Colors of #d560fd

#d560fd #fd60d7 #8760fd

Monochromatic Colors of #d560fd

#d560fd

Complementary Color

#d560fd #88fd60

#d560fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d560fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d560fd Color CSS Codes

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

#d560fd Text Font Color

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

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


#d560fd Background Color

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

This div background color is #d560fd


#d560fd Border Color

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

This div border color is #d560fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d560fd

Related Colors


Comments

No comments written yet.

Please login to write comment.