Color Hex Logo

#d56efe Color Hex

#D56EFE
(213,110,254)
0 Favorites   0 Comments

Color spaces of #d56efe

RGB 213110254
HSL0.790.990.71
HSV283°57°100°
CMYK 0.160.570.00   0.00
XYZ50.905932.453897.3471
Yxy32.45380.28170.1796
Hunter Lab56.968259.8103-61.4368
CIE-Lab63.716262.4461-55.2299

#d56efe color RGB value is (213,110,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101110 11111110
Octal 325 156 376
Decimal 213 110 254
Hex D5 6E FE

RGB Percentages of Color #d56efe

%36.92
%19.06
%44.02

CMYK Percentages of Color #d56efe

%16
%57
%0
%0

Triadic Colors of #d56efe

#d56efe #fed56e #6efed5

Analogous Colors of #d56efe

#d56efe #fe6edf #8d6efe

Monochromatic Colors of #d56efe

#d56efe

Complementary Color

#d56efe #97fe6e

#d56efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56efe Color CSS Codes

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

#d56efe Text Font Color

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

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


#d56efe Background Color

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

This div background color is #d56efe


#d56efe Border Color

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

This div border color is #d56efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56efe


Comments

No comments written yet.

Please login to write comment.