Color Hex Logo

#d11deb Color Hex

#D11DEB
(209,29,235)
0 Favorites   0 Comments

Color spaces of #d11deb

RGB 20929235
HSL0.810.840.52
HSV292°88°92°
CMYK 0.110.880.00   0.08
XYZ41.729320.432280.3417
Yxy20.43220.29280.1434
Hunter Lab45.202085.6831-73.7402
CIE-Lab52.322485.5250-62.9300

#d11deb color RGB value is (209,29,235).

#d11deb hex color red value is 209, green value is 29 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d11deb hue: 0.81 , saturation: 0.84 and the lightness value of d11deb is 0.52.

The process color (four color CMYK) of #d11deb color hex is 0.11, 0.88, 0.00, 0.08. Web safe color of #d11deb is #cc33ff. Color #d11deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011101 11101011
Octal 321 35 353
Decimal 209 29 235
Hex D1 1D EB

RGB Percentages of Color #d11deb

%44.19
%6.13
%49.68

CMYK Percentages of Color #d11deb

%11
%88
%0
%8

Triadic Colors of #d11deb

#d11deb #ebd11d #1debd1

Analogous Colors of #d11deb

#d11deb #eb1d9e #6a1deb

Monochromatic Colors of #d11deb

#d11deb

Complementary Color

#d11deb #37eb1d

#d11deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11deb Color CSS Codes

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

#d11deb Text Font Color

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

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


#d11deb Background Color

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

This div background color is #d11deb


#d11deb Border Color

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

This div border color is #d11deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11deb


Comments

No comments written yet.

Please login to write comment.