Color Hex Logo

#b855ef Color Hex

#B855EF
(184,85,239)
0 Favorites   0 Comments

Color spaces of #b855ef

RGB 18485239
HSL0.770.830.64
HSV279°64°94°
CMYK 0.230.640.00   0.06
XYZ38.595722.919384.0510
Yxy22.91930.26510.1574
Hunter Lab47.874160.1255-70.5816
CIE-Lab54.989164.2696-61.0718

#b855ef color RGB value is (184,85,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010101 11101111
Octal 270 125 357
Decimal 184 85 239
Hex B8 55 EF

RGB Percentages of Color #b855ef

%36.22
%16.73
%47.05

CMYK Percentages of Color #b855ef

%23
%64
%0
%6

Triadic Colors of #b855ef

#b855ef #efb855 #55efb8

Analogous Colors of #b855ef

#b855ef #ef55d9 #6b55ef

Monochromatic Colors of #b855ef

#b855ef

Complementary Color

#b855ef #8cef55

#b855ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b855ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b855ef Color CSS Codes

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

#b855ef Text Font Color

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

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


#b855ef Background Color

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

This div background color is #b855ef


#b855ef Border Color

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

This div border color is #b855ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b855ef


Comments

No comments written yet.

Please login to write comment.