Color Hex Logo

#b477fe Color Hex

#B477FE
(180,119,254)
0 Favorites   0 Comments

Color spaces of #b477fe

RGB 180119254
HSL0.740.990.73
HSV267°53°100°
CMYK 0.290.530.00   0.00
XYZ43.308630.052797.2841
Yxy30.05270.25380.1761
Hunter Lab54.820345.0811-66.8417
CIE-Lab61.699749.8406-58.6651

#b477fe color RGB value is (180,119,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110111 11111110
Octal 264 167 376
Decimal 180 119 254
Hex B4 77 FE

RGB Percentages of Color #b477fe

%32.55
%21.52
%45.93

CMYK Percentages of Color #b477fe

%29
%53
%0
%0

Triadic Colors of #b477fe

#b477fe #feb477 #77feb4

Analogous Colors of #b477fe

#b477fe #f877fe #777efe

Monochromatic Colors of #b477fe

#b477fe

Complementary Color

#b477fe #c1fe77

#b477fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b477fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b477fe Color CSS Codes

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

#b477fe Text Font Color

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

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


#b477fe Background Color

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

This div background color is #b477fe


#b477fe Border Color

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

This div border color is #b477fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b477fe


Comments

No comments written yet.

Please login to write comment.