Color Hex Logo

#b31efd Color Hex

#B31EFD
(179,30,253)
0 Favorites   0 Comments

Color spaces of #b31efd

RGB 17930253
HSL0.780.980.55
HSV280°88°99°
CMYK 0.290.880.00   0.01
XYZ36.784317.604194.3877
Yxy17.60410.24720.1183
Hunter Lab41.957283.0674-104.0097
CIE-Lab49.012484.1461-78.6087

#b31efd color RGB value is (179,30,253).

#b31efd hex color red value is 179, green value is 30 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b31efd hue: 0.78 , saturation: 0.98 and the lightness value of b31efd is 0.55.

The process color (four color CMYK) of #b31efd color hex is 0.29, 0.88, 0.00, 0.01. Web safe color of #b31efd is #cc33ff. Color #b31efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011110 11111101
Octal 263 36 375
Decimal 179 30 253
Hex B3 1E FD

RGB Percentages of Color #b31efd

%38.74
%6.49
%54.76

CMYK Percentages of Color #b31efd

%29
%88
%0
%1

Triadic Colors of #b31efd

#b31efd #fdb31e #1efdb3

Analogous Colors of #b31efd

#b31efd #fd1ed8 #441efd

Monochromatic Colors of #b31efd

#b31efd

Complementary Color

#b31efd #68fd1e

#b31efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31efd Color CSS Codes

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

#b31efd Text Font Color

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

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


#b31efd Background Color

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

This div background color is #b31efd


#b31efd Border Color

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

This div border color is #b31efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31efd

Related Colors


Comments

No comments written yet.

Please login to write comment.