Color Hex Logo

#d914fe Color Hex

#D914FE
(217,20,254)
0 Favorites   0 Comments

Color spaces of #d914fe

RGB 21720254
HSL0.810.990.54
HSV291°92°100°
CMYK 0.150.920.00   0.00
XYZ46.754822.407895.6268
Yxy22.40780.28370.1360
Hunter Lab47.336993.4655-86.6379
CIE-Lab54.457091.0048-70.0522

#d914fe color RGB value is (217,20,254).

#d914fe hex color red value is 217, green value is 20 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d914fe hue: 0.81 , saturation: 0.99 and the lightness value of d914fe is 0.54.

The process color (four color CMYK) of #d914fe color hex is 0.15, 0.92, 0.00, 0.00. Web safe color of #d914fe is #cc00ff. Color #d914fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010100 11111110
Octal 331 24 376
Decimal 217 20 254
Hex D9 14 FE

RGB Percentages of Color #d914fe

%44.20
%4.07
%51.73

CMYK Percentages of Color #d914fe

%15
%92
%0
%0

Triadic Colors of #d914fe

#d914fe #fed914 #14fed9

Analogous Colors of #d914fe

#d914fe #fe14ae #6414fe

Monochromatic Colors of #d914fe

#d914fe

Complementary Color

#d914fe #39fe14

#d914fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d914fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d914fe Color CSS Codes

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

#d914fe Text Font Color

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

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


#d914fe Background Color

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

This div background color is #d914fe


#d914fe Border Color

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

This div border color is #d914fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d914fe

Related Colors


Comments

No comments written yet.

Please login to write comment.