Color Hex Logo

#d654fc Color Hex

#D654FC
(214,84,252)
0 Favorites   0 Comments

Color spaces of #d654fc

RGB 21484252
HSL0.800.970.66
HSV286°67°99°
CMYK 0.150.670.00   0.01
XYZ48.472627.665194.8806
Yxy27.66510.28340.1618
Hunter Lab52.597672.4551-70.1346
CIE-Lab59.585073.6775-60.7115

#d654fc color RGB value is (214,84,252).

#d654fc hex color red value is 214, green value is 84 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d654fc hue: 0.80 , saturation: 0.97 and the lightness value of d654fc is 0.66.

The process color (four color CMYK) of #d654fc color hex is 0.15, 0.67, 0.00, 0.01. Web safe color of #d654fc is #cc66ff. Color #d654fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010100 11111100
Octal 326 124 374
Decimal 214 84 252
Hex D6 54 FC

RGB Percentages of Color #d654fc

%38.91
%15.27
%45.82

CMYK Percentages of Color #d654fc

%15
%67
%0
%1

Triadic Colors of #d654fc

#d654fc #fcd654 #54fcd6

Analogous Colors of #d654fc

#d654fc #fc54ce #8254fc

Monochromatic Colors of #d654fc

#d654fc

Complementary Color

#d654fc #7afc54

#d654fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d654fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d654fc Color CSS Codes

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

#d654fc Text Font Color

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

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


#d654fc Background Color

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

This div background color is #d654fc


#d654fc Border Color

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

This div border color is #d654fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,84,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d654fc

Related Colors


Comments

No comments written yet.

Please login to write comment.