Color Hex Logo

#b854ec Color Hex

#B854EC
(184,84,236)
0 Favorites   0 Comments

Color spaces of #b854ec

RGB 18484236
HSL0.780.800.63
HSV279°64°93°
CMYK 0.220.640.00   0.07
XYZ38.077822.587181.7097
Yxy22.58710.26740.1586
Hunter Lab47.525959.8441-68.6672
CIE-Lab54.644564.0916-59.9464

#b854ec color RGB value is (184,84,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010100 11101100
Octal 270 124 354
Decimal 184 84 236
Hex B8 54 EC

RGB Percentages of Color #b854ec

%36.51
%16.67
%46.83

CMYK Percentages of Color #b854ec

%22
%64
%0
%7

Triadic Colors of #b854ec

#b854ec #ecb854 #54ecb8

Analogous Colors of #b854ec

#b854ec #ec54d4 #6c54ec

Monochromatic Colors of #b854ec

#b854ec

Complementary Color

#b854ec #88ec54

#b854ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b854ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b854ec Color CSS Codes

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

#b854ec Text Font Color

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

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


#b854ec Background Color

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

This div background color is #b854ec


#b854ec Border Color

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

This div border color is #b854ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b854ec


Comments

No comments written yet.

Please login to write comment.