Color Hex Logo

#d11dfd Color Hex

#D11DFD
(209,29,253)
0 Favorites   0 Comments

Color spaces of #d11dfd

RGB 20929253
HSL0.800.980.55
HSV288°89°99°
CMYK 0.170.890.00   0.01
XYZ44.463521.525994.7399
Yxy21.52590.27660.1339
Hunter Lab46.396089.8720-88.5920
CIE-Lab53.520388.4864-71.0733

#d11dfd color RGB value is (209,29,253).

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

The process color (four color CMYK) of #d11dfd color hex is 0.17, 0.89, 0.00, 0.01. Web safe color of #d11dfd is #cc33ff. Color #d11dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011101 11111101
Octal 321 35 375
Decimal 209 29 253
Hex D1 1D FD

RGB Percentages of Color #d11dfd

%42.57
%5.91
%51.53

CMYK Percentages of Color #d11dfd

%17
%89
%0
%1

Triadic Colors of #d11dfd

#d11dfd #fdd11d #1dfdd1

Analogous Colors of #d11dfd

#d11dfd #fd1db9 #611dfd

Monochromatic Colors of #d11dfd

#d11dfd

Complementary Color

#d11dfd #49fd1d

#d11dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11dfd Color CSS Codes

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

#d11dfd Text Font Color

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

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


#d11dfd Background Color

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

This div background color is #d11dfd


#d11dfd Border Color

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

This div border color is #d11dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11dfd


Comments

No comments written yet.

Please login to write comment.