Color Hex Logo

#b273aa Color Hex

#B273AA
(178,115,170)
0 Favorites   0 Comments

Color spaces of #b273aa

RGB 178115170
HSL0.850.290.57
HSV308°35°70°
CMYK 0.000.350.04   0.30
XYZ31.746524.628741.1108
Yxy24.62870.32570.2526
Hunter Lab49.627327.3383-14.3762
CIE-Lab56.711833.5014-19.1883

#b273aa color RGB value is (178,115,170).

#b273aa hex color red value is 178, green value is 115 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b273aa hue: 0.85 , saturation: 0.29 and the lightness value of b273aa is 0.57.

The process color (four color CMYK) of #b273aa color hex is 0.00, 0.35, 0.04, 0.30. Web safe color of #b273aa is #996699. Color #b273aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110011 10101010
Octal 262 163 252
Decimal 178 115 170
Hex B2 73 AA

RGB Percentages of Color #b273aa

%38.44
%24.84
%36.72

CMYK Percentages of Color #b273aa

%0
%35
%4
%30

Triadic Colors of #b273aa

#b273aa #aab273 #73aab2

Analogous Colors of #b273aa

#b273aa #b2738b #9b73b2

Monochromatic Colors of #b273aa

#b273aa

Complementary Color

#b273aa #73b27b

#b273aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b273aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b273aa Color CSS Codes

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

#b273aa Text Font Color

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

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


#b273aa Background Color

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

This div background color is #b273aa


#b273aa Border Color

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

This div border color is #b273aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b273aa


Comments

No comments written yet.

Please login to write comment.