Color Hex Logo

#b472ff Color Hex

#B472FF
(180,114,255)
0 Favorites   0 Comments

Color spaces of #b472ff

RGB 180114255
HSL0.741.000.72
HSV268°55°100°
CMYK 0.290.550.00   0.00
XYZ42.889728.957997.9366
Yxy28.95790.25260.1706
Hunter Lab53.812548.0962-70.2366
CIE-Lab60.744552.7133-60.7417

#b472ff color RGB value is (180,114,255).

#b472ff hex color red value is 180, green value is 114 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b472ff hue: 0.74 , saturation: 1.00 and the lightness value of b472ff is 0.72.

The process color (four color CMYK) of #b472ff color hex is 0.29, 0.55, 0.00, 0.00. Web safe color of #b472ff is #cc66ff. Color #b472ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 11111111
Octal 264 162 377
Decimal 180 114 255
Hex B4 72 FF

RGB Percentages of Color #b472ff

%32.79
%20.77
%46.45

CMYK Percentages of Color #b472ff

%29
%55
%0
%0

Triadic Colors of #b472ff

#b472ff #ffb472 #72ffb4

Analogous Colors of #b472ff

#b472ff #fb72ff #7277ff

Monochromatic Colors of #b472ff

#b472ff

Complementary Color

#b472ff #bdff72

#b472ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b472ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b472ff Color CSS Codes

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

#b472ff Text Font Color

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

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


#b472ff Background Color

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

This div background color is #b472ff


#b472ff Border Color

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

This div border color is #b472ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,114,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b472ff


Comments

No comments written yet.

Please login to write comment.