Color Hex Logo

#d31aef Color Hex

#D31AEF
(211,26,239)
0 Favorites   0 Comments

Color spaces of #d31aef

RGB 21126239
HSL0.810.870.52
HSV292°89°94°
CMYK 0.120.890.00   0.06
XYZ42.813420.819783.4234
Yxy20.81970.29110.1416
Hunter Lab45.628687.6368-76.4607
CIE-Lab52.751686.9377-64.4718

#d31aef color RGB value is (211,26,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011010 11101111
Octal 323 32 357
Decimal 211 26 239
Hex D3 1A EF

RGB Percentages of Color #d31aef

%44.33
%5.46
%50.21

CMYK Percentages of Color #d31aef

%12
%89
%0
%6

Triadic Colors of #d31aef

#d31aef #efd31a #1aefd3

Analogous Colors of #d31aef

#d31aef #ef1aa1 #691aef

Monochromatic Colors of #d31aef

#d31aef

Complementary Color

#d31aef #36ef1a

#d31aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31aef Color CSS Codes

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

#d31aef Text Font Color

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

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


#d31aef Background Color

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

This div background color is #d31aef


#d31aef Border Color

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

This div border color is #d31aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31aef


Comments

No comments written yet.

Please login to write comment.