Color Hex Logo

#b473bf Color Hex

#B473BF
(180,115,191)
0 Favorites   0 Comments

Color spaces of #b473bf

RGB 180115191
HSL0.810.370.60
HSV291°40°75°
CMYK 0.060.400.00   0.25
XYZ34.357125.726452.4451
Yxy25.72640.30530.2286
Hunter Lab50.721232.1487-25.8003
CIE-Lab57.776438.1725-29.5748

#b473bf color RGB value is (180,115,191).

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

The process color (four color CMYK) of #b473bf color hex is 0.06, 0.40, 0.00, 0.25. Web safe color of #b473bf is #cc66cc. Color #b473bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110011 10111111
Octal 264 163 277
Decimal 180 115 191
Hex B4 73 BF

RGB Percentages of Color #b473bf

%37.04
%23.66
%39.30

CMYK Percentages of Color #b473bf

%6
%40
%0
%25

Triadic Colors of #b473bf

#b473bf #bfb473 #73bfb4

Analogous Colors of #b473bf

#b473bf #bf73a4 #8e73bf

Monochromatic Colors of #b473bf

#b473bf

Complementary Color

#b473bf #7ebf73

#b473bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b473bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b473bf Color CSS Codes

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

#b473bf Text Font Color

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

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


#b473bf Background Color

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

This div background color is #b473bf


#b473bf Border Color

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

This div border color is #b473bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b473bf


Comments

No comments written yet.

Please login to write comment.