Color Hex Logo

#d656fe Color Hex

#D656FE
(214,86,254)
0 Favorites   0 Comments

Color spaces of #d656fe

RGB 21486254
HSL0.790.990.67
HSV286°66°100°
CMYK 0.160.660.00   0.00
XYZ48.948728.107596.6113
Yxy28.10750.28190.1618
Hunter Lab53.016572.0253-70.9319
CIE-Lab59.985773.2536-61.1750

#d656fe color RGB value is (214,86,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010110 11111110
Octal 326 126 376
Decimal 214 86 254
Hex D6 56 FE

RGB Percentages of Color #d656fe

%38.63
%15.52
%45.85

CMYK Percentages of Color #d656fe

%16
%66
%0
%0

Triadic Colors of #d656fe

#d656fe #fed656 #56fed6

Analogous Colors of #d656fe

#d656fe #fe56d2 #8256fe

Monochromatic Colors of #d656fe

#d656fe

Complementary Color

#d656fe #7efe56

#d656fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d656fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d656fe Color CSS Codes

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

#d656fe Text Font Color

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

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


#d656fe Background Color

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

This div background color is #d656fe


#d656fe Border Color

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

This div border color is #d656fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d656fe


Comments

No comments written yet.

Please login to write comment.