Color Hex Logo

#d56ffd Color Hex

#D56FFD
(213,111,253)
0 Favorites   0 Comments

Color spaces of #d56ffd

RGB 213111253
HSL0.790.970.71
HSV283°56°99°
CMYK 0.160.560.00   0.01
XYZ50.854632.606996.5419
Yxy32.60690.28250.1811
Hunter Lab57.102559.0402-60.2686
CIE-Lab63.841361.7702-54.4814

#d56ffd color RGB value is (213,111,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101111 11111101
Octal 325 157 375
Decimal 213 111 253
Hex D5 6F FD

RGB Percentages of Color #d56ffd

%36.92
%19.24
%43.85

CMYK Percentages of Color #d56ffd

%16
%56
%0
%1

Triadic Colors of #d56ffd

#d56ffd #fdd56f #6ffdd5

Analogous Colors of #d56ffd

#d56ffd #fd6fde #8e6ffd

Monochromatic Colors of #d56ffd

#d56ffd

Complementary Color

#d56ffd #97fd6f

#d56ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56ffd Color CSS Codes

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

#d56ffd Text Font Color

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

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


#d56ffd Background Color

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

This div background color is #d56ffd


#d56ffd Border Color

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

This div border color is #d56ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.