Color Hex Logo

#b273ea Color Hex

#B273EA
(178,115,234)
0 Favorites   0 Comments

Color spaces of #b273ea

RGB 178115234
HSL0.750.740.68
HSV272°51°92°
CMYK 0.240.510.00   0.08
XYZ39.342127.667081.1086
Yxy27.66700.26560.1868
Hunter Lab52.599441.4613-54.6059
CIE-Lab59.586746.8241-50.9786

#b273ea color RGB value is (178,115,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110011 11101010
Octal 262 163 352
Decimal 178 115 234
Hex B2 73 EA

RGB Percentages of Color #b273ea

%33.78
%21.82
%44.40

CMYK Percentages of Color #b273ea

%24
%51
%0
%8

Triadic Colors of #b273ea

#b273ea #eab273 #73eab2

Analogous Colors of #b273ea

#b273ea #ea73e7 #7773ea

Monochromatic Colors of #b273ea

#b273ea

Complementary Color

#b273ea #abea73

#b273ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b273ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b273ea Color CSS Codes

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

#b273ea Text Font Color

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

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


#b273ea Background Color

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

This div background color is #b273ea


#b273ea Border Color

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

This div border color is #b273ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b273ea


Comments

No comments written yet.

Please login to write comment.