Color Hex Logo

#d31aec Color Hex

#D31AEC
(211,26,236)
0 Favorites   0 Comments

Color spaces of #d31aec

RGB 21126236
HSL0.810.850.51
HSV293°89°93°
CMYK 0.110.890.00   0.07
XYZ42.373720.643881.1082
Yxy20.64380.29400.1432
Hunter Lab45.435486.9594-74.0356
CIE-Lab52.557486.4580-63.0977

#d31aec color RGB value is (211,26,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011010 11101100
Octal 323 32 354
Decimal 211 26 236
Hex D3 1A EC

RGB Percentages of Color #d31aec

%44.61
%5.50
%49.89

CMYK Percentages of Color #d31aec

%11
%89
%0
%7

Triadic Colors of #d31aec

#d31aec #ecd31a #1aecd3

Analogous Colors of #d31aec

#d31aec #ec1a9c #6a1aec

Monochromatic Colors of #d31aec

#d31aec

Complementary Color

#d31aec #33ec1a

#d31aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31aec Color CSS Codes

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

#d31aec Text Font Color

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

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


#d31aec Background Color

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

This div background color is #d31aec


#d31aec Border Color

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

This div border color is #d31aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31aec


Comments

No comments written yet.

Please login to write comment.