Color Hex Logo

#b754eb Color Hex

#B754EB
(183,84,235)
0 Favorites   0 Comments

Color spaces of #b754eb

RGB 18384235
HSL0.780.790.63
HSV279°64°92°
CMYK 0.220.640.00   0.08
XYZ37.694222.406180.9354
Yxy22.40610.26730.1589
Hunter Lab47.335159.3080-68.2418
CIE-Lab54.455363.6652-59.6967

#b754eb color RGB value is (183,84,235).

#b754eb hex color red value is 183, green value is 84 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b754eb hue: 0.78 , saturation: 0.79 and the lightness value of b754eb is 0.63.

The process color (four color CMYK) of #b754eb color hex is 0.22, 0.64, 0.00, 0.08. Web safe color of #b754eb is #cc66ff. Color #b754eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010100 11101011
Octal 267 124 353
Decimal 183 84 235
Hex B7 54 EB

RGB Percentages of Color #b754eb

%36.45
%16.73
%46.81

CMYK Percentages of Color #b754eb

%22
%64
%0
%8

Triadic Colors of #b754eb

#b754eb #ebb754 #54ebb7

Analogous Colors of #b754eb

#b754eb #eb54d4 #6c54eb

Monochromatic Colors of #b754eb

#b754eb

Complementary Color

#b754eb #88eb54

#b754eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b754eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b754eb Color CSS Codes

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

#b754eb Text Font Color

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

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


#b754eb Background Color

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

This div background color is #b754eb


#b754eb Border Color

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

This div border color is #b754eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,84,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b754eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b754eb;
  -webkit-box-shadow: 1px 1px 3px 2px #b754eb;
  box-shadow:         1px 1px 3px 2px #b754eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,84,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b754eb


Comments

No comments written yet.

Please login to write comment.