Color Hex Logo

#d218fd Color Hex

#D218FD
(210,24,253)
0 Favorites   0 Comments

Color spaces of #d218fd

RGB 21024253
HSL0.800.980.54
HSV289°91°99°
CMYK 0.170.910.00   0.01
XYZ44.634621.446894.7156
Yxy21.44680.27760.1334
Hunter Lab46.310790.9960-88.8437
CIE-Lab53.435189.3512-71.2040

#d218fd color RGB value is (210,24,253).

#d218fd hex color red value is 210, green value is 24 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d218fd hue: 0.80 , saturation: 0.98 and the lightness value of d218fd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011000 11111101
Octal 322 30 375
Decimal 210 24 253
Hex D2 18 FD

RGB Percentages of Color #d218fd

%43.12
%4.93
%51.95

CMYK Percentages of Color #d218fd

%17
%91
%0
%1

Triadic Colors of #d218fd

#d218fd #fdd218 #18fdd2

Analogous Colors of #d218fd

#d218fd #fd18b6 #6018fd

Monochromatic Colors of #d218fd

#d218fd

Complementary Color

#d218fd #43fd18

#d218fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d218fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d218fd Color CSS Codes

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

#d218fd Text Font Color

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

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


#d218fd Background Color

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

This div background color is #d218fd


#d218fd Border Color

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

This div border color is #d218fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d218fd


Comments

No comments written yet.

Please login to write comment.