Color Hex Logo

#b83aec Color Hex

#B83AEC
(184,58,236)
0 Favorites   0 Comments

Color spaces of #b83aec

RGB 18458236
HSL0.780.820.58
HSV282°75°93°
CMYK 0.220.750.00   0.07
XYZ36.420519.272681.1573
Yxy19.27260.26610.1408
Hunter Lab43.900671.2600-78.8768
CIE-Lab51.004674.3535-65.8115

#b83aec color RGB value is (184,58,236).

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

The process color (four color CMYK) of #b83aec color hex is 0.22, 0.75, 0.00, 0.07. Web safe color of #b83aec is #cc33ff. Color #b83aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111010 11101100
Octal 270 72 354
Decimal 184 58 236
Hex B8 3A EC

RGB Percentages of Color #b83aec

%38.49
%12.13
%49.37

CMYK Percentages of Color #b83aec

%22
%75
%0
%7

Triadic Colors of #b83aec

#b83aec #ecb83a #3aecb8

Analogous Colors of #b83aec

#b83aec #ec3ac7 #5f3aec

Monochromatic Colors of #b83aec

#b83aec

Complementary Color

#b83aec #6eec3a

#b83aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83aec Color CSS Codes

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

#b83aec Text Font Color

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

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


#b83aec Background Color

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

This div background color is #b83aec


#b83aec Border Color

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

This div border color is #b83aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83aec


Comments

No comments written yet.

Please login to write comment.