Color Hex Logo

#d31afb Color Hex

#D31AFB
(211,26,251)
0 Favorites   0 Comments

Color spaces of #d31afb

RGB 21126251
HSL0.800.970.54
HSV289°90°98°
CMYK 0.160.900.00   0.02
XYZ44.645921.552793.0738
Yxy21.55270.28030.1353
Hunter Lab46.424990.4164-86.3687
CIE-Lab53.549288.8922-69.8977

#d31afb color RGB value is (211,26,251).

#d31afb hex color red value is 211, green value is 26 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d31afb hue: 0.80 , saturation: 0.97 and the lightness value of d31afb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011010 11111011
Octal 323 32 373
Decimal 211 26 251
Hex D3 1A FB

RGB Percentages of Color #d31afb

%43.24
%5.33
%51.43

CMYK Percentages of Color #d31afb

%16
%90
%0
%2

Triadic Colors of #d31afb

#d31afb #fbd31a #1afbd3

Analogous Colors of #d31afb

#d31afb #fb1ab3 #631afb

Monochromatic Colors of #d31afb

#d31afb

Complementary Color

#d31afb #42fb1a

#d31afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31afb Color CSS Codes

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

#d31afb Text Font Color

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

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


#d31afb Background Color

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

This div background color is #d31afb


#d31afb Border Color

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

This div border color is #d31afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31afb

Related Colors


Comments

No comments written yet.

Please login to write comment.