Color Hex Logo

#b273fe Color Hex

#B273FE
(178,115,254)
0 Favorites   0 Comments

Color spaces of #b273fe

RGB 178115254
HSL0.740.990.72
HSV267°55°100°
CMYK 0.300.550.00   0.00
XYZ42.380228.882297.1071
Yxy28.88220.25170.1715
Hunter Lab53.742246.7134-69.5120
CIE-Lab60.677551.4772-60.3105

#b273fe color RGB value is (178,115,254).

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

The process color (four color CMYK) of #b273fe color hex is 0.30, 0.55, 0.00, 0.00. Web safe color of #b273fe is #9966ff. Color #b273fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110011 11111110
Octal 262 163 376
Decimal 178 115 254
Hex B2 73 FE

RGB Percentages of Color #b273fe

%32.54
%21.02
%46.44

CMYK Percentages of Color #b273fe

%30
%55
%0
%0

Triadic Colors of #b273fe

#b273fe #feb273 #73feb2

Analogous Colors of #b273fe

#b273fe #f873fe #737afe

Monochromatic Colors of #b273fe

#b273fe

Complementary Color

#b273fe #bffe73

#b273fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b273fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b273fe Color CSS Codes

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

#b273fe Text Font Color

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

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


#b273fe Background Color

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

This div background color is #b273fe


#b273fe Border Color

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

This div border color is #b273fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b273fe


Comments

No comments written yet.

Please login to write comment.