Color Hex Logo

#b273fa Color Hex

#B273FA
(178,115,250)
0 Favorites   0 Comments

Color spaces of #b273fa

RGB 178115250
HSL0.740.930.72
HSV268°54°98°
CMYK 0.290.540.00   0.02
XYZ41.746228.628693.7681
Yxy28.62860.25430.1744
Hunter Lab53.505745.6342-66.4510
CIE-Lab60.452450.5330-58.4663

#b273fa color RGB value is (178,115,250).

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

The process color (four color CMYK) of #b273fa color hex is 0.29, 0.54, 0.00, 0.02. Web safe color of #b273fa is #9966ff. Color #b273fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110011 11111010
Octal 262 163 372
Decimal 178 115 250
Hex B2 73 FA

RGB Percentages of Color #b273fa

%32.78
%21.18
%46.04

CMYK Percentages of Color #b273fa

%29
%54
%0
%2

Triadic Colors of #b273fa

#b273fa #fab273 #73fab2

Analogous Colors of #b273fa

#b273fa #f673fa #7378fa

Monochromatic Colors of #b273fa

#b273fa

Complementary Color

#b273fa #bbfa73

#b273fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b273fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b273fa Color CSS Codes

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

#b273fa Text Font Color

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

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


#b273fa Background Color

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

This div background color is #b273fa


#b273fa Border Color

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

This div border color is #b273fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b273fa


Comments

No comments written yet.

Please login to write comment.