Color Hex Logo

#d56dfb Color Hex

#D56DFB
(213,109,251)
0 Favorites   0 Comments

Color spaces of #d56dfb

RGB 213109251
HSL0.790.950.71
HSV284°57°98°
CMYK 0.150.570.00   0.02
XYZ50.321832.048494.8005
Yxy32.04840.28400.1809
Hunter Lab56.611359.5989-59.6583
CIE-Lab63.382962.3238-54.1096

#d56dfb color RGB value is (213,109,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101101 11111011
Octal 325 155 373
Decimal 213 109 251
Hex D5 6D FB

RGB Percentages of Color #d56dfb

%37.17
%19.02
%43.80

CMYK Percentages of Color #d56dfb

%15
%57
%0
%2

Triadic Colors of #d56dfb

#d56dfb #fbd56d #6dfbd5

Analogous Colors of #d56dfb

#d56dfb #fb6dda #8e6dfb

Monochromatic Colors of #d56dfb

#d56dfb

Complementary Color

#d56dfb #93fb6d

#d56dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56dfb Color CSS Codes

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

#d56dfb Text Font Color

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

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


#d56dfb Background Color

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

This div background color is #d56dfb


#d56dfb Border Color

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

This div border color is #d56dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56dfb


Comments

No comments written yet.

Please login to write comment.