Color Hex Logo

#d11edc Color Hex

#D11EDC
(209,30,220)
0 Favorites   0 Comments

Color spaces of #d11edc

RGB 20930220
HSL0.820.760.49
HSV297°86°86°
CMYK 0.050.860.00   0.14
XYZ39.677019.651269.4120
Yxy19.65120.30820.1526
Hunter Lab44.329782.1884-61.8063
CIE-Lab51.440582.9911-55.8525

#d11edc color RGB value is (209,30,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011110 11011100
Octal 321 36 334
Decimal 209 30 220
Hex D1 1E DC

RGB Percentages of Color #d11edc

%45.53
%6.54
%47.93

CMYK Percentages of Color #d11edc

%5
%86
%0
%14

Triadic Colors of #d11edc

#d11edc #dcd11e #1edcd1

Analogous Colors of #d11edc

#d11edc #dc1e88 #721edc

Monochromatic Colors of #d11edc

#d11edc

Complementary Color

#d11edc #29dc1e

#d11edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11edc Color CSS Codes

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

#d11edc Text Font Color

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

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


#d11edc Background Color

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

This div background color is #d11edc


#d11edc Border Color

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

This div border color is #d11edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11edc


Comments

No comments written yet.

Please login to write comment.