Color Hex Logo

#d11aed Color Hex

#D11AED
(209,26,237)
0 Favorites   0 Comments

Color spaces of #d11aed

RGB 20926237
HSL0.810.850.52
HSV292°89°93°
CMYK 0.120.890.00   0.07
XYZ41.950020.408581.8490
Yxy20.40850.29090.1415
Hunter Lab45.175886.6966-75.7980
CIE-Lab52.296086.3077-64.0988

#d11aed color RGB value is (209,26,237).

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

The process color (four color CMYK) of #d11aed color hex is 0.12, 0.89, 0.00, 0.07. Web safe color of #d11aed is #cc33ff. Color #d11aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011010 11101101
Octal 321 32 355
Decimal 209 26 237
Hex D1 1A ED

RGB Percentages of Color #d11aed

%44.28
%5.51
%50.21

CMYK Percentages of Color #d11aed

%12
%89
%0
%7

Triadic Colors of #d11aed

#d11aed #edd11a #1aedd1

Analogous Colors of #d11aed

#d11aed #ed1aa0 #681aed

Monochromatic Colors of #d11aed

#d11aed

Complementary Color

#d11aed #36ed1a

#d11aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11aed Color CSS Codes

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

#d11aed Text Font Color

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

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


#d11aed Background Color

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

This div background color is #d11aed


#d11aed Border Color

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

This div border color is #d11aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11aed


Comments

No comments written yet.

Please login to write comment.