Color Hex Logo

#b31dea Color Hex

#B31DEA
(179,29,234)
0 Favorites   0 Comments

Color spaces of #b31dea

RGB 17929234
HSL0.790.830.52
HSV284°88°92°
CMYK 0.240.880.00   0.08
XYZ33.881116.402979.2223
Yxy16.40290.26160.1267
Hunter Lab40.500578.4501-87.6258
CIE-Lab47.498780.8206-70.4034

#b31dea color RGB value is (179,29,234).

#b31dea hex color red value is 179, green value is 29 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b31dea hue: 0.79 , saturation: 0.83 and the lightness value of b31dea is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011101 11101010
Octal 263 35 352
Decimal 179 29 234
Hex B3 1D EA

RGB Percentages of Color #b31dea

%40.50
%6.56
%52.94

CMYK Percentages of Color #b31dea

%24
%88
%0
%8

Triadic Colors of #b31dea

#b31dea #eab31d #1deab3

Analogous Colors of #b31dea

#b31dea #ea1dbb #4d1dea

Monochromatic Colors of #b31dea

#b31dea

Complementary Color

#b31dea #54ea1d

#b31dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31dea Color CSS Codes

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

#b31dea Text Font Color

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

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


#b31dea Background Color

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

This div background color is #b31dea


#b31dea Border Color

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

This div border color is #b31dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31dea


Comments

No comments written yet.

Please login to write comment.