Color Hex Logo

#b318fe Color Hex

#B318FE
(179,24,254)
0 Favorites   0 Comments

Color spaces of #b318fe

RGB 17924254
HSL0.780.990.55
HSV280°91°100°
CMYK 0.300.910.00   0.00
XYZ36.806417.392795.1831
Yxy17.39270.24640.1164
Hunter Lab41.704684.5524-106.1255
CIE-Lab48.751185.3452-79.5934

#b318fe color RGB value is (179,24,254).

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

The process color (four color CMYK) of #b318fe color hex is 0.30, 0.91, 0.00, 0.00. Web safe color of #b318fe is #cc00ff. Color #b318fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011000 11111110
Octal 263 30 376
Decimal 179 24 254
Hex B3 18 FE

RGB Percentages of Color #b318fe

%39.17
%5.25
%55.58

CMYK Percentages of Color #b318fe

%30
%91
%0
%0

Triadic Colors of #b318fe

#b318fe #feb318 #18feb3

Analogous Colors of #b318fe

#b318fe #fe18d6 #4018fe

Monochromatic Colors of #b318fe

#b318fe

Complementary Color

#b318fe #63fe18

#b318fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b318fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b318fe Color CSS Codes

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

#b318fe Text Font Color

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

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


#b318fe Background Color

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

This div background color is #b318fe


#b318fe Border Color

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

This div border color is #b318fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b318fe


Comments

No comments written yet.

Please login to write comment.