Color Hex Logo

#b383fe Color Hex

#B383FE
(179,131,254)
0 Favorites   0 Comments

Color spaces of #b383fe

RGB 179131254
HSL0.730.980.75
HSV263°48°100°
CMYK 0.300.480.00   0.00
XYZ44.596132.972197.7797
Yxy32.97210.25430.1880
Hunter Lab57.421338.1441-60.7668
CIE-Lab64.138343.1047-54.7871

#b383fe color RGB value is (179,131,254).

#b383fe hex color red value is 179, green value is 131 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b383fe hue: 0.73 , saturation: 0.98 and the lightness value of b383fe is 0.75.

The process color (four color CMYK) of #b383fe color hex is 0.30, 0.48, 0.00, 0.00. Web safe color of #b383fe is #cc99ff. Color #b383fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000011 11111110
Octal 263 203 376
Decimal 179 131 254
Hex B3 83 FE

RGB Percentages of Color #b383fe

%31.74
%23.23
%45.04

CMYK Percentages of Color #b383fe

%30
%48
%0
%0

Triadic Colors of #b383fe

#b383fe #feb383 #83feb3

Analogous Colors of #b383fe

#b383fe #f183fe #8391fe

Monochromatic Colors of #b383fe

#b383fe

Complementary Color

#b383fe #cefe83

#b383fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b383fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b383fe Color CSS Codes

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

#b383fe Text Font Color

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

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


#b383fe Background Color

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

This div background color is #b383fe


#b383fe Border Color

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

This div border color is #b383fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b383fe

Related Colors


Comments

No comments written yet.

Please login to write comment.