Color Hex Logo

#b853ef Color Hex

#B853EF
(184,83,239)
0 Favorites   0 Comments

Color spaces of #b853ef

RGB 18483239
HSL0.770.830.63
HSV279°65°94°
CMYK 0.230.650.00   0.06
XYZ38.440422.608983.9993
Yxy22.60890.26500.1559
Hunter Lab47.548861.0962-71.4570
CIE-Lab54.667265.1600-61.5892

#b853ef color RGB value is (184,83,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010011 11101111
Octal 270 123 357
Decimal 184 83 239
Hex B8 53 EF

RGB Percentages of Color #b853ef

%36.36
%16.40
%47.23

CMYK Percentages of Color #b853ef

%23
%65
%0
%6

Triadic Colors of #b853ef

#b853ef #efb853 #53efb8

Analogous Colors of #b853ef

#b853ef #ef53d8 #6a53ef

Monochromatic Colors of #b853ef

#b853ef

Complementary Color

#b853ef #8aef53

#b853ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b853ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b853ef Color CSS Codes

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

#b853ef Text Font Color

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

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


#b853ef Background Color

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

This div background color is #b853ef


#b853ef Border Color

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

This div border color is #b853ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b853ef


Comments

No comments written yet.

Please login to write comment.