Color Hex Logo

#b31ad5 Color Hex

#B31AD5
(179,26,213)
0 Favorites   0 Comments

Color spaces of #b31ad5

RGB 17926213
HSL0.800.780.47
HSV289°88°84°
CMYK 0.160.880.00   0.16
XYZ30.970015.126664.2382
Yxy15.12660.28070.1371
Hunter Lab38.892974.0749-70.7023
CIE-Lab45.807177.6528-61.1777

#b31ad5 color RGB value is (179,26,213).

#b31ad5 hex color red value is 179, green value is 26 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #b31ad5 hue: 0.80 , saturation: 0.78 and the lightness value of b31ad5 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011010 11010101
Octal 263 32 325
Decimal 179 26 213
Hex B3 1A D5

RGB Percentages of Color #b31ad5

%42.82
%6.22
%50.96

CMYK Percentages of Color #b31ad5

%16
%88
%0
%16

Triadic Colors of #b31ad5

#b31ad5 #d5b31a #1ad5b3

Analogous Colors of #b31ad5

#b31ad5 #d51a9a #551ad5

Monochromatic Colors of #b31ad5

#b31ad5

Complementary Color

#b31ad5 #3cd51a

#b31ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31ad5 Color CSS Codes

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

#b31ad5 Text Font Color

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

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


#b31ad5 Background Color

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

This div background color is #b31ad5


#b31ad5 Border Color

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

This div border color is #b31ad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31ad5


Comments

No comments written yet.

Please login to write comment.