Color Hex Logo

#d311de Color Hex

#D311DE
(211,17,222)
0 Favorites   0 Comments

Color spaces of #d311de

RGB 21117222
HSL0.820.860.47
HSV297°92°87°
CMYK 0.050.920.00   0.13
XYZ40.249219.523770.7543
Yxy19.52370.30840.1496
Hunter Lab44.185685.2729-64.0109
CIE-Lab51.294485.4090-57.2070

#d311de color RGB value is (211,17,222).

#d311de hex color red value is 211, green value is 17 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d311de hue: 0.82 , saturation: 0.86 and the lightness value of d311de is 0.47.

The process color (four color CMYK) of #d311de color hex is 0.05, 0.92, 0.00, 0.13. Web safe color of #d311de is #cc00cc. Color #d311de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010001 11011110
Octal 323 21 336
Decimal 211 17 222
Hex D3 11 DE

RGB Percentages of Color #d311de

%46.89
%3.78
%49.33

CMYK Percentages of Color #d311de

%5
%92
%0
%13

Triadic Colors of #d311de

#d311de #ded311 #11ded3

Analogous Colors of #d311de

#d311de #de1183 #6d11de

Monochromatic Colors of #d311de

#d311de

Complementary Color

#d311de #1cde11

#d311de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d311de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d311de Color CSS Codes

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

#d311de Text Font Color

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

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


#d311de Background Color

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

This div background color is #d311de


#d311de Border Color

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

This div border color is #d311de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d311de


Comments

No comments written yet.

Please login to write comment.