Color Hex Logo

#d11eef Color Hex

#D11EEF
(209,30,239)
0 Favorites   0 Comments

Color spaces of #d11eef

RGB 20930239
HSL0.810.870.53
HSV291°87°94°
CMYK 0.130.870.00   0.06
XYZ42.338820.715983.4284
Yxy20.71590.28900.1414
Hunter Lab45.514786.3939-76.8182
CIE-Lab52.637286.0095-64.6728

#d11eef color RGB value is (209,30,239).

#d11eef hex color red value is 209, green value is 30 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d11eef hue: 0.81 , saturation: 0.87 and the lightness value of d11eef is 0.53.

The process color (four color CMYK) of #d11eef color hex is 0.13, 0.87, 0.00, 0.06. Web safe color of #d11eef is #cc33ff. Color #d11eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011110 11101111
Octal 321 36 357
Decimal 209 30 239
Hex D1 1E EF

RGB Percentages of Color #d11eef

%43.72
%6.28
%50.00

CMYK Percentages of Color #d11eef

%13
%87
%0
%6

Triadic Colors of #d11eef

#d11eef #efd11e #1eefd1

Analogous Colors of #d11eef

#d11eef #ef1ea5 #691eef

Monochromatic Colors of #d11eef

#d11eef

Complementary Color

#d11eef #3cef1e

#d11eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11eef Color CSS Codes

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

#d11eef Text Font Color

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

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


#d11eef Background Color

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

This div background color is #d11eef


#d11eef Border Color

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

This div border color is #d11eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11eef


Comments

No comments written yet.

Please login to write comment.