Color Hex Logo

#d11fdc Color Hex

#D11FDC
(209,31,220)
0 Favorites   0 Comments

Color spaces of #d11fdc

RGB 20931220
HSL0.820.750.49
HSV297°86°86°
CMYK 0.050.860.00   0.14
XYZ39.702719.702669.4206
Yxy19.70260.30820.1529
Hunter Lab44.387681.9818-61.6561
CIE-Lab51.499382.8186-55.7583

#d11fdc color RGB value is (209,31,220).

#d11fdc hex color red value is 209, green value is 31 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d11fdc hue: 0.82 , saturation: 0.75 and the lightness value of d11fdc is 0.49.

The process color (four color CMYK) of #d11fdc color hex is 0.05, 0.86, 0.00, 0.14. Web safe color of #d11fdc is #cc33cc. Color #d11fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011111 11011100
Octal 321 37 334
Decimal 209 31 220
Hex D1 1F DC

RGB Percentages of Color #d11fdc

%45.43
%6.74
%47.83

CMYK Percentages of Color #d11fdc

%5
%86
%0
%14

Triadic Colors of #d11fdc

#d11fdc #dcd11f #1fdcd1

Analogous Colors of #d11fdc

#d11fdc #dc1f89 #731fdc

Monochromatic Colors of #d11fdc

#d11fdc

Complementary Color

#d11fdc #2adc1f

#d11fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11fdc Color CSS Codes

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

#d11fdc Text Font Color

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

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


#d11fdc Background Color

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

This div background color is #d11fdc


#d11fdc Border Color

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

This div border color is #d11fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,31,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11fdc


Comments

No comments written yet.

Please login to write comment.