Color Hex Logo

#d311ee Color Hex

#D311EE
(211,17,238)
0 Favorites   0 Comments

Color spaces of #d311ee

RGB 21117238
HSL0.810.870.50
HSV293°93°93°
CMYK 0.110.930.00   0.07
XYZ42.497020.422882.5911
Yxy20.42280.29210.1404
Hunter Lab45.191688.7715-76.7229
CIE-Lab52.311987.8864-64.6193

#d311ee color RGB value is (211,17,238).

#d311ee hex color red value is 211, green value is 17 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d311ee hue: 0.81 , saturation: 0.87 and the lightness value of d311ee is 0.50.

The process color (four color CMYK) of #d311ee color hex is 0.11, 0.93, 0.00, 0.07. Web safe color of #d311ee is #cc00ff. Color #d311ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010001 11101110
Octal 323 21 356
Decimal 211 17 238
Hex D3 11 EE

RGB Percentages of Color #d311ee

%45.28
%3.65
%51.07

CMYK Percentages of Color #d311ee

%11
%93
%0
%7

Triadic Colors of #d311ee

#d311ee #eed311 #11eed3

Analogous Colors of #d311ee

#d311ee #ee119b #6511ee

Monochromatic Colors of #d311ee

#d311ee

Complementary Color

#d311ee #2cee11

#d311ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d311ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d311ee Color CSS Codes

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

#d311ee Text Font Color

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

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


#d311ee Background Color

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

This div background color is #d311ee


#d311ee Border Color

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

This div border color is #d311ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,17,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d311ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d311ee;
  -webkit-box-shadow: 1px 1px 3px 2px #d311ee;
  box-shadow:         1px 1px 3px 2px #d311ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,17,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d311ee


Comments

No comments written yet.

Please login to write comment.