Color Hex Logo

#d31efe Color Hex

#D31EFE
(211,30,254)
0 Favorites   0 Comments

Color spaces of #d31efe

RGB 21130254
HSL0.800.990.56
HSV288°88°100°
CMYK 0.170.880.00   0.00
XYZ45.217621.933295.6162
Yxy21.93320.27780.1348
Hunter Lab46.832990.3859-88.2662
CIE-Lab53.956188.7903-70.9089

#d31efe color RGB value is (211,30,254).

#d31efe hex color red value is 211, green value is 30 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d31efe hue: 0.80 , saturation: 0.99 and the lightness value of d31efe is 0.56.

The process color (four color CMYK) of #d31efe color hex is 0.17, 0.88, 0.00, 0.00. Web safe color of #d31efe is #cc33ff. Color #d31efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011110 11111110
Octal 323 36 376
Decimal 211 30 254
Hex D3 1E FE

RGB Percentages of Color #d31efe

%42.63
%6.06
%51.31

CMYK Percentages of Color #d31efe

%17
%88
%0
%0

Triadic Colors of #d31efe

#d31efe #fed31e #1efed3

Analogous Colors of #d31efe

#d31efe #fe1eb9 #631efe

Monochromatic Colors of #d31efe

#d31efe

Complementary Color

#d31efe #49fe1e

#d31efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31efe Color CSS Codes

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

#d31efe Text Font Color

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

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


#d31efe Background Color

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

This div background color is #d31efe


#d31efe Border Color

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

This div border color is #d31efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31efe


Comments

No comments written yet.

Please login to write comment.