Color Hex Logo

#b476ff Color Hex

#B476FF
(180,118,255)
0 Favorites   0 Comments

Color spaces of #b476ff

RGB 180118255
HSL0.741.000.73
HSV267°54°100°
CMYK 0.290.540.00   0.00
XYZ43.350829.880298.0904
Yxy29.88020.25300.1744
Hunter Lab54.662845.9011-68.1298
CIE-Lab61.550750.6075-59.4526

#b476ff color RGB value is (180,118,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110110 11111111
Octal 264 166 377
Decimal 180 118 255
Hex B4 76 FF

RGB Percentages of Color #b476ff

%32.55
%21.34
%46.11

CMYK Percentages of Color #b476ff

%29
%54
%0
%0

Triadic Colors of #b476ff

#b476ff #ffb476 #76ffb4

Analogous Colors of #b476ff

#b476ff #f976ff #767dff

Monochromatic Colors of #b476ff

#b476ff

Complementary Color

#b476ff #c1ff76

#b476ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b476ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b476ff Color CSS Codes

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

#b476ff Text Font Color

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

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


#b476ff Background Color

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

This div background color is #b476ff


#b476ff Border Color

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

This div border color is #b476ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b476ff

Related Colors


Comments

No comments written yet.

Please login to write comment.