Color Hex Logo

#d31aed Color Hex

#D31AED
(211,26,237)
0 Favorites   0 Comments

Color spaces of #d31aed

RGB 21126237
HSL0.810.850.52
HSV293°89°93°
CMYK 0.110.890.00   0.07
XYZ42.519420.702181.8756
Yxy20.70210.29300.1427
Hunter Lab45.499687.1843-74.8415
CIE-Lab52.621986.6174-63.5565

#d31aed color RGB value is (211,26,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011010 11101101
Octal 323 32 355
Decimal 211 26 237
Hex D3 1A ED

RGB Percentages of Color #d31aed

%44.51
%5.49
%50.00

CMYK Percentages of Color #d31aed

%11
%89
%0
%7

Triadic Colors of #d31aed

#d31aed #edd31a #1aedd3

Analogous Colors of #d31aed

#d31aed #ed1a9e #6a1aed

Monochromatic Colors of #d31aed

#d31aed

Complementary Color

#d31aed #34ed1a

#d31aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31aed Color CSS Codes

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

#d31aed Text Font Color

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

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


#d31aed Background Color

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

This div background color is #d31aed


#d31aed Border Color

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

This div border color is #d31aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31aed


Comments

No comments written yet.

Please login to write comment.