Color Hex Logo

#d11dda Color Hex

#D11DDA
(209,29,218)
0 Favorites   0 Comments

Color spaces of #d11dda

RGB 20929218
HSL0.830.770.48
HSV297°87°85°
CMYK 0.040.870.00   0.15
XYZ39.388719.496068.0168
Yxy19.49600.31040.1536
Hunter Lab44.154381.9645-60.4244
CIE-Lab51.262582.8512-54.9983

#d11dda color RGB value is (209,29,218).

#d11dda hex color red value is 209, green value is 29 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d11dda hue: 0.83 , saturation: 0.77 and the lightness value of d11dda is 0.48.

The process color (four color CMYK) of #d11dda color hex is 0.04, 0.87, 0.00, 0.15. Web safe color of #d11dda is #cc33cc. Color #d11dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011101 11011010
Octal 321 35 332
Decimal 209 29 218
Hex D1 1D DA

RGB Percentages of Color #d11dda

%45.83
%6.36
%47.81

CMYK Percentages of Color #d11dda

%4
%87
%0
%15

Triadic Colors of #d11dda

#d11dda #dad11d #1ddad1

Analogous Colors of #d11dda

#d11dda #da1d85 #731dda

Monochromatic Colors of #d11dda

#d11dda

Complementary Color

#d11dda #26da1d

#d11dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11dda Color CSS Codes

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

#d11dda Text Font Color

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

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


#d11dda Background Color

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

This div background color is #d11dda


#d11dda Border Color

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

This div border color is #d11dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11dda


Comments

No comments written yet.

Please login to write comment.