Color Hex Logo

#d511dd Color Hex

#D511DD
(213,17,221)
0 Favorites   0 Comments

Color spaces of #d511dd

RGB 21317221
HSL0.830.860.47
HSV298°92°87°
CMYK 0.040.920.00   0.13
XYZ40.692219.767570.0774
Yxy19.76750.31170.1514
Hunter Lab44.460785.5643-62.3285
CIE-Lab51.573385.5791-56.1719

#d511dd color RGB value is (213,17,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010001 11011101
Octal 325 21 335
Decimal 213 17 221
Hex D5 11 DD

RGB Percentages of Color #d511dd

%47.23
%3.77
%49.00

CMYK Percentages of Color #d511dd

%4
%92
%0
%13

Triadic Colors of #d511dd

#d511dd #ddd511 #11ddd5

Analogous Colors of #d511dd

#d511dd #dd117f #6f11dd

Monochromatic Colors of #d511dd

#d511dd

Complementary Color

#d511dd #19dd11

#d511dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d511dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d511dd Color CSS Codes

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

#d511dd Text Font Color

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

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


#d511dd Background Color

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

This div background color is #d511dd


#d511dd Border Color

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

This div border color is #d511dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d511dd


Comments

No comments written yet.

Please login to write comment.