Color Hex Logo

#d654fb Color Hex

#D654FB
(214,84,251)
0 Favorites   0 Comments

Color spaces of #d654fb

RGB 21484251
HSL0.800.950.66
HSV287°67°98°
CMYK 0.150.670.00   0.02
XYZ48.314527.601894.0480
Yxy27.60180.28430.1624
Hunter Lab52.537472.2118-69.3597
CIE-Lab59.527373.4914-60.2505

#d654fb color RGB value is (214,84,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010100 11111011
Octal 326 124 373
Decimal 214 84 251
Hex D6 54 FB

RGB Percentages of Color #d654fb

%38.98
%15.30
%45.72

CMYK Percentages of Color #d654fb

%15
%67
%0
%2

Triadic Colors of #d654fb

#d654fb #fbd654 #54fbd6

Analogous Colors of #d654fb

#d654fb #fb54cd #8354fb

Monochromatic Colors of #d654fb

#d654fb

Complementary Color

#d654fb #79fb54

#d654fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d654fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d654fb Color CSS Codes

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

#d654fb Text Font Color

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

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


#d654fb Background Color

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

This div background color is #d654fb


#d654fb Border Color

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

This div border color is #d654fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d654fb

Related Colors


Comments

No comments written yet.

Please login to write comment.