Color Hex Logo

#b73eea Color Hex

#B73EEA
(183,62,234)
0 Favorites   0 Comments

Color spaces of #b73eea

RGB 18362234
HSL0.780.800.58
HSV282°74°92°
CMYK 0.220.740.00   0.08
XYZ36.102319.453079.6939
Yxy19.45300.26690.1438
Hunter Lab44.105668.9252-76.2566
CIE-Lab51.213072.3944-64.3557

#b73eea color RGB value is (183,62,234).

#b73eea hex color red value is 183, green value is 62 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b73eea hue: 0.78 , saturation: 0.80 and the lightness value of b73eea is 0.58.

The process color (four color CMYK) of #b73eea color hex is 0.22, 0.74, 0.00, 0.08. Web safe color of #b73eea is #cc33ff. Color #b73eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111110 11101010
Octal 267 76 352
Decimal 183 62 234
Hex B7 3E EA

RGB Percentages of Color #b73eea

%38.20
%12.94
%48.85

CMYK Percentages of Color #b73eea

%22
%74
%0
%8

Triadic Colors of #b73eea

#b73eea #eab73e #3eeab7

Analogous Colors of #b73eea

#b73eea #ea3ec7 #613eea

Monochromatic Colors of #b73eea

#b73eea

Complementary Color

#b73eea #71ea3e

#b73eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73eea Color CSS Codes

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

#b73eea Text Font Color

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

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


#b73eea Background Color

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

This div background color is #b73eea


#b73eea Border Color

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

This div border color is #b73eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,62,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b73eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b73eea;
  -webkit-box-shadow: 1px 1px 3px 2px #b73eea;
  box-shadow:         1px 1px 3px 2px #b73eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,62,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73eea


Comments

No comments written yet.

Please login to write comment.