Color Hex Logo

#d32efb Color Hex

#D32EFB
(211,46,251)
0 Favorites   0 Comments

Color spaces of #d32efb

RGB 21146251
HSL0.800.960.58
HSV288°82°98°
CMYK 0.160.820.00   0.02
XYZ45.253622.767993.2763
Yxy22.76790.28060.1412
Hunter Lab47.715785.7869-82.5011
CIE-Lab54.832585.1162-67.8226

#d32efb color RGB value is (211,46,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101110 11111011
Octal 323 56 373
Decimal 211 46 251
Hex D3 2E FB

RGB Percentages of Color #d32efb

%41.54
%9.06
%49.41

CMYK Percentages of Color #d32efb

%16
%82
%0
%2

Triadic Colors of #d32efb

#d32efb #fbd32e #2efbd3

Analogous Colors of #d32efb

#d32efb #fb2ebd #6d2efb

Monochromatic Colors of #d32efb

#d32efb

Complementary Color

#d32efb #56fb2e

#d32efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32efb Color CSS Codes

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

#d32efb Text Font Color

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

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


#d32efb Background Color

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

This div background color is #d32efb


#d32efb Border Color

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

This div border color is #d32efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,46,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 #d32efb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32efb


Comments

No comments written yet.

Please login to write comment.