Color Hex Logo

#d918fe Color Hex

#D918FE
(217,24,254)
0 Favorites   0 Comments

Color spaces of #d918fe

RGB 21724254
HSL0.810.990.55
HSV290°91°100°
CMYK 0.150.910.00   0.00
XYZ46.831322.560795.6523
Yxy22.56070.28370.1367
Hunter Lab47.498192.8724-86.1503
CIE-Lab54.616990.5307-69.7936

#d918fe color RGB value is (217,24,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011000 11111110
Octal 331 30 376
Decimal 217 24 254
Hex D9 18 FE

RGB Percentages of Color #d918fe

%43.84
%4.85
%51.31

CMYK Percentages of Color #d918fe

%15
%91
%0
%0

Triadic Colors of #d918fe

#d918fe #fed918 #18fed9

Analogous Colors of #d918fe

#d918fe #fe18b0 #6618fe

Monochromatic Colors of #d918fe

#d918fe

Complementary Color

#d918fe #3dfe18

#d918fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d918fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d918fe Color CSS Codes

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

#d918fe Text Font Color

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

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


#d918fe Background Color

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

This div background color is #d918fe


#d918fe Border Color

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

This div border color is #d918fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d918fe


Comments

No comments written yet.

Please login to write comment.