Color Hex Logo

#d518fe Color Hex

#D518FE
(213,24,254)
0 Favorites   0 Comments

Color spaces of #d518fe

RGB 21324254
HSL0.800.990.55
HSV289°91°100°
CMYK 0.160.910.00   0.00
XYZ45.656621.955295.5973
Yxy21.95520.27970.1345
Hunter Lab46.856491.9308-88.1652
CIE-Lab53.979489.9486-70.8560

#d518fe color RGB value is (213,24,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011000 11111110
Octal 325 30 376
Decimal 213 24 254
Hex D5 18 FE

RGB Percentages of Color #d518fe

%43.38
%4.89
%51.73

CMYK Percentages of Color #d518fe

%16
%91
%0
%0

Triadic Colors of #d518fe

#d518fe #fed518 #18fed5

Analogous Colors of #d518fe

#d518fe #fe18b4 #6218fe

Monochromatic Colors of #d518fe

#d518fe

Complementary Color

#d518fe #41fe18

#d518fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d518fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d518fe Color CSS Codes

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

#d518fe Text Font Color

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

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


#d518fe Background Color

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

This div background color is #d518fe


#d518fe Border Color

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

This div border color is #d518fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d518fe

Related Colors


Comments

No comments written yet.

Please login to write comment.