Color Hex Logo

#b854ef Color Hex

#B854EF
(184,84,239)
0 Favorites   0 Comments

Color spaces of #b854ef

RGB 18484239
HSL0.770.830.63
HSV279°65°94°
CMYK 0.230.650.00   0.06
XYZ38.517522.763084.0250
Yxy22.76300.26510.1567
Hunter Lab47.710660.6123-71.0206
CIE-Lab54.827464.7165-61.3318

#b854ef color RGB value is (184,84,239).

#b854ef hex color red value is 184, green value is 84 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b854ef hue: 0.77 , saturation: 0.83 and the lightness value of b854ef is 0.63.

The process color (four color CMYK) of #b854ef color hex is 0.23, 0.65, 0.00, 0.06. Web safe color of #b854ef is #cc66ff. Color #b854ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010100 11101111
Octal 270 124 357
Decimal 184 84 239
Hex B8 54 EF

RGB Percentages of Color #b854ef

%36.29
%16.57
%47.14

CMYK Percentages of Color #b854ef

%23
%65
%0
%6

Triadic Colors of #b854ef

#b854ef #efb854 #54efb8

Analogous Colors of #b854ef

#b854ef #ef54d9 #6b54ef

Monochromatic Colors of #b854ef

#b854ef

Complementary Color

#b854ef #8bef54

#b854ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b854ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b854ef Color CSS Codes

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

#b854ef Text Font Color

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

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


#b854ef Background Color

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

This div background color is #b854ef


#b854ef Border Color

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

This div border color is #b854ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b854ef


Comments

No comments written yet.

Please login to write comment.