Color Hex Logo

#b472bf Color Hex

#B472BF
(180,114,191)
0 Favorites   0 Comments

Color spaces of #b472bf

RGB 180114191
HSL0.810.380.60
HSV291°40°75°
CMYK 0.060.400.00   0.25
XYZ34.243725.499552.4073
Yxy25.49950.30530.2274
Hunter Lab50.497032.6769-26.1850
CIE-Lab57.558938.7179-29.9122

#b472bf color RGB value is (180,114,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 10111111
Octal 264 162 277
Decimal 180 114 191
Hex B4 72 BF

RGB Percentages of Color #b472bf

%37.11
%23.51
%39.38

CMYK Percentages of Color #b472bf

%6
%40
%0
%25

Triadic Colors of #b472bf

#b472bf #bfb472 #72bfb4

Analogous Colors of #b472bf

#b472bf #bf72a4 #8e72bf

Monochromatic Colors of #b472bf

#b472bf

Complementary Color

#b472bf #7dbf72

#b472bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b472bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b472bf Color CSS Codes

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

#b472bf Text Font Color

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

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


#b472bf Background Color

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

This div background color is #b472bf


#b472bf Border Color

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

This div border color is #b472bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b472bf


Comments

No comments written yet.

Please login to write comment.