Color Hex Logo

#b273eb Color Hex

#B273EB
(178,115,235)
0 Favorites   0 Comments

Color spaces of #b273eb

RGB 178115235
HSL0.750.750.69
HSV272°51°92°
CMYK 0.240.510.00   0.08
XYZ39.486227.724681.8675
Yxy27.72460.26490.1860
Hunter Lab52.654241.7153-55.3271
CIE-Lab59.639147.0525-51.4519

#b273eb color RGB value is (178,115,235).

#b273eb hex color red value is 178, green value is 115 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b273eb hue: 0.75 , saturation: 0.75 and the lightness value of b273eb is 0.69.

The process color (four color CMYK) of #b273eb color hex is 0.24, 0.51, 0.00, 0.08. Web safe color of #b273eb is #9966ff. Color #b273eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110011 11101011
Octal 262 163 353
Decimal 178 115 235
Hex B2 73 EB

RGB Percentages of Color #b273eb

%33.71
%21.78
%44.51

CMYK Percentages of Color #b273eb

%24
%51
%0
%8

Triadic Colors of #b273eb

#b273eb #ebb273 #73ebb2

Analogous Colors of #b273eb

#b273eb #eb73e8 #7673eb

Monochromatic Colors of #b273eb

#b273eb

Complementary Color

#b273eb #aceb73

#b273eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b273eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b273eb Color CSS Codes

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

#b273eb Text Font Color

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

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


#b273eb Background Color

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

This div background color is #b273eb


#b273eb Border Color

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

This div border color is #b273eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,115,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b273eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b273eb;
  -webkit-box-shadow: 1px 1px 3px 2px #b273eb;
  box-shadow:         1px 1px 3px 2px #b273eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,115,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b273eb


Comments

No comments written yet.

Please login to write comment.