Color Hex Logo

#d111fd Color Hex

#D111FD
(209,17,253)
0 Favorites   0 Comments

Color spaces of #d111fd

RGB 20917253
HSL0.800.980.53
HSV289°93°99°
CMYK 0.170.930.00   0.01
XYZ44.224621.048194.6603
Yxy21.04810.27650.1316
Hunter Lab45.878291.7794-90.2180
CIE-Lab53.002190.0238-71.9133

#d111fd color RGB value is (209,17,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010001 11111101
Octal 321 21 375
Decimal 209 17 253
Hex D1 11 FD

RGB Percentages of Color #d111fd

%43.63
%3.55
%52.82

CMYK Percentages of Color #d111fd

%17
%93
%0
%1

Triadic Colors of #d111fd

#d111fd #fdd111 #11fdd1

Analogous Colors of #d111fd

#d111fd #fd11b3 #5b11fd

Monochromatic Colors of #d111fd

#d111fd

Complementary Color

#d111fd #3dfd11

#d111fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d111fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d111fd Color CSS Codes

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

#d111fd Text Font Color

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

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


#d111fd Background Color

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

This div background color is #d111fd


#d111fd Border Color

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

This div border color is #d111fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d111fd


Comments

No comments written yet.

Please login to write comment.