Color Hex Logo

#d818fa Color Hex

#D818FA
(216,24,250)
0 Favorites   0 Comments

Color spaces of #d818fa

RGB 21624250
HSL0.810.960.54
HSV291°90°98°
CMYK 0.140.900.00   0.02
XYZ45.900922.154392.2994
Yxy22.15430.28620.1382
Hunter Lab47.068491.7030-83.3178
CIE-Lab54.190389.7367-68.2643

#d818fa color RGB value is (216,24,250).

#d818fa hex color red value is 216, green value is 24 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d818fa hue: 0.81 , saturation: 0.96 and the lightness value of d818fa is 0.54.

The process color (four color CMYK) of #d818fa color hex is 0.14, 0.90, 0.00, 0.02. Web safe color of #d818fa is #cc00ff. Color #d818fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011000 11111010
Octal 330 30 372
Decimal 216 24 250
Hex D8 18 FA

RGB Percentages of Color #d818fa

%44.08
%4.90
%51.02

CMYK Percentages of Color #d818fa

%14
%90
%0
%2

Triadic Colors of #d818fa

#d818fa #fad818 #18fad8

Analogous Colors of #d818fa

#d818fa #fa18ab #6718fa

Monochromatic Colors of #d818fa

#d818fa

Complementary Color

#d818fa #3afa18

#d818fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d818fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d818fa Color CSS Codes

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

#d818fa Text Font Color

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

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


#d818fa Background Color

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

This div background color is #d818fa


#d818fa Border Color

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

This div border color is #d818fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,24,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d818fa


Comments

No comments written yet.

Please login to write comment.