Color Hex Logo

#d451fe Color Hex

#D451FE
(212,81,254)
0 Favorites   0 Comments

Color spaces of #d451fe

RGB 21281254
HSL0.790.990.66
HSV285°68°100°
CMYK 0.170.680.00   0.00
XYZ47.983227.037796.4557
Yxy27.03770.27980.1577
Hunter Lab51.997873.7224-73.5843
CIE-Lab59.009274.8102-62.7555

#d451fe color RGB value is (212,81,254).

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

The process color (four color CMYK) of #d451fe color hex is 0.17, 0.68, 0.00, 0.00. Web safe color of #d451fe is #cc66ff. Color #d451fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010001 11111110
Octal 324 121 376
Decimal 212 81 254
Hex D4 51 FE

RGB Percentages of Color #d451fe

%38.76
%14.81
%46.44

CMYK Percentages of Color #d451fe

%17
%68
%0
%0

Triadic Colors of #d451fe

#d451fe #fed451 #51fed4

Analogous Colors of #d451fe

#d451fe #fe51d2 #7e51fe

Monochromatic Colors of #d451fe

#d451fe

Complementary Color

#d451fe #7bfe51

#d451fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d451fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d451fe Color CSS Codes

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

#d451fe Text Font Color

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

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


#d451fe Background Color

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

This div background color is #d451fe


#d451fe Border Color

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

This div border color is #d451fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d451fe


Comments

No comments written yet.

Please login to write comment.