Color Hex Logo

#d11aeb Color Hex

#D11AEB
(209,26,235)
0 Favorites   0 Comments

Color spaces of #d11aeb

RGB 20926235
HSL0.810.840.51
HSV293°89°92°
CMYK 0.110.890.00   0.08
XYZ41.659320.292380.3184
Yxy20.29230.29280.1426
Hunter Lab45.047086.2440-74.1807
CIE-Lab52.166185.9861-63.1820

#d11aeb color RGB value is (209,26,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011010 11101011
Octal 321 32 353
Decimal 209 26 235
Hex D1 1A EB

RGB Percentages of Color #d11aeb

%44.47
%5.53
%50.00

CMYK Percentages of Color #d11aeb

%11
%89
%0
%8

Triadic Colors of #d11aeb

#d11aeb #ebd11a #1aebd1

Analogous Colors of #d11aeb

#d11aeb #eb1a9d #691aeb

Monochromatic Colors of #d11aeb

#d11aeb

Complementary Color

#d11aeb #34eb1a

#d11aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11aeb Color CSS Codes

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

#d11aeb Text Font Color

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

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


#d11aeb Background Color

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

This div background color is #d11aeb


#d11aeb Border Color

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

This div border color is #d11aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,26,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 #d11aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11aeb


Comments

No comments written yet.

Please login to write comment.