Color Hex Logo

#d56ffa Color Hex

#D56FFA
(213,111,250)
0 Favorites   0 Comments

Color spaces of #d56ffa

RGB 213111250
HSL0.790.930.71
HSV284°56°98°
CMYK 0.150.560.00   0.02
XYZ50.380332.417194.0443
Yxy32.41710.28490.1833
Hunter Lab56.936058.3092-58.0773
CIE-Lab63.686161.1734-53.0776

#d56ffa color RGB value is (213,111,250).

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

The process color (four color CMYK) of #d56ffa color hex is 0.15, 0.56, 0.00, 0.02. Web safe color of #d56ffa is #cc66ff. Color #d56ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101111 11111010
Octal 325 157 372
Decimal 213 111 250
Hex D5 6F FA

RGB Percentages of Color #d56ffa

%37.11
%19.34
%43.55

CMYK Percentages of Color #d56ffa

%15
%56
%0
%2

Triadic Colors of #d56ffa

#d56ffa #fad56f #6ffad5

Analogous Colors of #d56ffa

#d56ffa #fa6fda #906ffa

Monochromatic Colors of #d56ffa

#d56ffa

Complementary Color

#d56ffa #94fa6f

#d56ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56ffa Color CSS Codes

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

#d56ffa Text Font Color

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

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


#d56ffa Background Color

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

This div background color is #d56ffa


#d56ffa Border Color

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

This div border color is #d56ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.