Color Hex Logo

#b583fe Color Hex

#B583FE
(181,131,254)
0 Favorites   0 Comments

Color spaces of #b583fe

RGB 181131254
HSL0.730.980.75
HSV264°48°100°
CMYK 0.290.480.00   0.00
XYZ45.061733.212197.8015
Yxy33.21210.25590.1886
Hunter Lab57.629938.7194-60.2778
CIE-Lab64.332343.6161-54.4670

#b583fe color RGB value is (181,131,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000011 11111110
Octal 265 203 376
Decimal 181 131 254
Hex B5 83 FE

RGB Percentages of Color #b583fe

%31.98
%23.14
%44.88

CMYK Percentages of Color #b583fe

%29
%48
%0
%0

Triadic Colors of #b583fe

#b583fe #feb583 #83feb5

Analogous Colors of #b583fe

#b583fe #f383fe #838ffe

Monochromatic Colors of #b583fe

#b583fe

Complementary Color

#b583fe #ccfe83

#b583fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b583fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b583fe Color CSS Codes

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

#b583fe Text Font Color

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

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


#b583fe Background Color

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

This div background color is #b583fe


#b583fe Border Color

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

This div border color is #b583fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b583fe

Related Colors


Comments

No comments written yet.

Please login to write comment.