Color Hex Logo

#d56eff Color Hex

#D56EFF
(213,110,255)
0 Favorites   0 Comments

Color spaces of #d56eff

RGB 213110255
HSL0.791.000.72
HSV283°57°100°
CMYK 0.160.570.00   0.00
XYZ51.066532.518098.1928
Yxy32.51800.28090.1789
Hunter Lab57.024660.0569-62.1766
CIE-Lab63.768762.6463-55.6956

#d56eff color RGB value is (213,110,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101110 11111111
Octal 325 156 377
Decimal 213 110 255
Hex D5 6E FF

RGB Percentages of Color #d56eff

%36.85
%19.03
%44.12

CMYK Percentages of Color #d56eff

%16
%57
%0
%0

Triadic Colors of #d56eff

#d56eff #ffd56e #6effd5

Analogous Colors of #d56eff

#d56eff #ff6ee1 #8d6eff

Monochromatic Colors of #d56eff

#d56eff

Complementary Color

#d56eff #98ff6e

#d56eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56eff Color CSS Codes

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

#d56eff Text Font Color

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

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


#d56eff Background Color

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

This div background color is #d56eff


#d56eff Border Color

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

This div border color is #d56eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56eff


Comments

No comments written yet.

Please login to write comment.