Color Hex Logo

#b273bf Color Hex

#B273BF
(178,115,191)
0 Favorites   0 Comments

Color spaces of #b273bf

RGB 178115191
HSL0.800.370.60
HSV290°40°75°
CMYK 0.070.400.00   0.25
XYZ33.894825.488052.4234
Yxy25.48800.30320.2280
Hunter Lab50.485631.4906-26.2257
CIE-Lab57.547837.5531-29.9473

#b273bf color RGB value is (178,115,191).

#b273bf hex color red value is 178, green value is 115 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b273bf hue: 0.80 , saturation: 0.37 and the lightness value of b273bf is 0.60.

The process color (four color CMYK) of #b273bf color hex is 0.07, 0.40, 0.00, 0.25. Web safe color of #b273bf is #9966cc. Color #b273bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110011 10111111
Octal 262 163 277
Decimal 178 115 191
Hex B2 73 BF

RGB Percentages of Color #b273bf

%36.78
%23.76
%39.46

CMYK Percentages of Color #b273bf

%7
%40
%0
%25

Triadic Colors of #b273bf

#b273bf #bfb273 #73bfb2

Analogous Colors of #b273bf

#b273bf #bf73a6 #8c73bf

Monochromatic Colors of #b273bf

#b273bf

Complementary Color

#b273bf #80bf73

#b273bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b273bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b273bf Color CSS Codes

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

#b273bf Text Font Color

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

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


#b273bf Background Color

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

This div background color is #b273bf


#b273bf Border Color

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

This div border color is #b273bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b273bf


Comments

No comments written yet.

Please login to write comment.