Color Hex Logo

#d31dfa Color Hex

#D31DFA
(211,29,250)
0 Favorites   0 Comments

Color spaces of #d31dfa

RGB 21129250
HSL0.800.960.55
HSV289°88°98°
CMYK 0.160.880.00   0.02
XYZ44.558721.629792.2689
Yxy21.62970.28120.1365
Hunter Lab46.507789.6309-85.0728
CIE-Lab53.631988.2824-69.2063

#d31dfa color RGB value is (211,29,250).

#d31dfa hex color red value is 211, green value is 29 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d31dfa hue: 0.80 , saturation: 0.96 and the lightness value of d31dfa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011101 11111010
Octal 323 35 372
Decimal 211 29 250
Hex D3 1D FA

RGB Percentages of Color #d31dfa

%43.06
%5.92
%51.02

CMYK Percentages of Color #d31dfa

%16
%88
%0
%2

Triadic Colors of #d31dfa

#d31dfa #fad31d #1dfad3

Analogous Colors of #d31dfa

#d31dfa #fa1db3 #651dfa

Monochromatic Colors of #d31dfa

#d31dfa

Complementary Color

#d31dfa #44fa1d

#d31dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31dfa Color CSS Codes

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

#d31dfa Text Font Color

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

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


#d31dfa Background Color

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

This div background color is #d31dfa


#d31dfa Border Color

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

This div border color is #d31dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31dfa


Comments

No comments written yet.

Please login to write comment.