Color Hex Logo

#b858ec Color Hex

#B858EC
(184,88,236)
0 Favorites   0 Comments

Color spaces of #b858ec

RGB 18488236
HSL0.770.800.64
HSV279°63°93°
CMYK 0.220.630.00   0.07
XYZ38.397223.225981.8162
Yxy23.22590.26770.1619
Hunter Lab48.193357.8788-66.9195
CIE-Lab55.304362.2754-58.8878

#b858ec color RGB value is (184,88,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011000 11101100
Octal 270 130 354
Decimal 184 88 236
Hex B8 58 EC

RGB Percentages of Color #b858ec

%36.22
%17.32
%46.46

CMYK Percentages of Color #b858ec

%22
%63
%0
%7

Triadic Colors of #b858ec

#b858ec #ecb858 #58ecb8

Analogous Colors of #b858ec

#b858ec #ec58d6 #6e58ec

Monochromatic Colors of #b858ec

#b858ec

Complementary Color

#b858ec #8cec58

#b858ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b858ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b858ec Color CSS Codes

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

#b858ec Text Font Color

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

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


#b858ec Background Color

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

This div background color is #b858ec


#b858ec Border Color

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

This div border color is #b858ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b858ec


Comments

No comments written yet.

Please login to write comment.