Color Hex Logo

#d56bff Color Hex

#D56BFF
(213,107,255)
0 Favorites   0 Comments

Color spaces of #d56bff

RGB 213107255
HSL0.791.000.71
HSV283°58°100°
CMYK 0.160.580.00   0.00
XYZ50.748331.881598.0868
Yxy31.88150.28080.1764
Hunter Lab56.463761.6203-63.4719
CIE-Lab63.244864.0584-56.5293

#d56bff color RGB value is (213,107,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101011 11111111
Octal 325 153 377
Decimal 213 107 255
Hex D5 6B FF

RGB Percentages of Color #d56bff

%37.04
%18.61
%44.35

CMYK Percentages of Color #d56bff

%16
%58
%0
%0

Triadic Colors of #d56bff

#d56bff #ffd56b #6bffd5

Analogous Colors of #d56bff

#d56bff #ff6bdf #8b6bff

Monochromatic Colors of #d56bff

#d56bff

Complementary Color

#d56bff #95ff6b

#d56bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56bff Color CSS Codes

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

#d56bff Text Font Color

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

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


#d56bff Background Color

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

This div background color is #d56bff


#d56bff Border Color

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

This div border color is #d56bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56bff


Comments

No comments written yet.

Please login to write comment.