Color Hex Logo

#d119fd Color Hex

#D119FD
(209,25,253)
0 Favorites   0 Comments

Color spaces of #d119fd

RGB 20925253
HSL0.800.980.55
HSV288°90°99°
CMYK 0.170.900.00   0.01
XYZ44.371721.342494.7094
Yxy21.34240.27660.1330
Hunter Lab46.197890.5979-89.2109
CIE-Lab53.322289.0731-71.3944

#d119fd color RGB value is (209,25,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011001 11111101
Octal 321 31 375
Decimal 209 25 253
Hex D1 19 FD

RGB Percentages of Color #d119fd

%42.92
%5.13
%51.95

CMYK Percentages of Color #d119fd

%17
%90
%0
%1

Triadic Colors of #d119fd

#d119fd #fdd119 #19fdd1

Analogous Colors of #d119fd

#d119fd #fd19b7 #5f19fd

Monochromatic Colors of #d119fd

#d119fd

Complementary Color

#d119fd #45fd19

#d119fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d119fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d119fd Color CSS Codes

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

#d119fd Text Font Color

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

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


#d119fd Background Color

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

This div background color is #d119fd


#d119fd Border Color

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

This div border color is #d119fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d119fd


Comments

No comments written yet.

Please login to write comment.