Color Hex Logo

#d100fd Color Hex

#D100FD
(209,0,253)
0 Favorites   0 Comments

Color spaces of #d100fd

RGB 2090253
HSL0.801.000.50
HSV290°100°99°
CMYK 0.171.000.00   0.01
XYZ44.024120.647294.5935
Yxy20.64720.27640.1296
Hunter Lab45.439293.4225-91.6201
CIE-Lab52.561291.3378-72.6286

#d100fd color RGB value is (209,0,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000000 11111101
Octal 321 0 375
Decimal 209 0 253
Hex D1 0 FD

RGB Percentages of Color #d100fd

%45.24
%0.00
%54.76

CMYK Percentages of Color #d100fd

%17
%100
%0
%1

Triadic Colors of #d100fd

#d100fd #fdd100 #00fdd1

Analogous Colors of #d100fd

#d100fd #fd00ab #5200fd

Monochromatic Colors of #d100fd

#d100fd

Complementary Color

#d100fd #2cfd00

#d100fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d100fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d100fd Color CSS Codes

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

#d100fd Text Font Color

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

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


#d100fd Background Color

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

This div background color is #d100fd


#d100fd Border Color

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

This div border color is #d100fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d100fd


Comments

No comments written yet.

Please login to write comment.