Color Hex Logo

#b477e2 Color Hex

#B477E2
(180,119,226)
0 Favorites   0 Comments

Color spaces of #b477e2

RGB 180119226
HSL0.760.650.68
HSV274°47°89°
CMYK 0.200.470.00   0.11
XYZ39.146728.387975.3677
Yxy28.38790.27390.1987
Hunter Lab53.280337.9090-46.5725
CIE-Lab60.237643.4006-45.4738

#b477e2 color RGB value is (180,119,226).

#b477e2 hex color red value is 180, green value is 119 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #b477e2 hue: 0.76 , saturation: 0.65 and the lightness value of b477e2 is 0.68.

The process color (four color CMYK) of #b477e2 color hex is 0.20, 0.47, 0.00, 0.11. Web safe color of #b477e2 is #cc66cc. Color #b477e2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110111 11100010
Octal 264 167 342
Decimal 180 119 226
Hex B4 77 E2

RGB Percentages of Color #b477e2

%34.29
%22.67
%43.05

CMYK Percentages of Color #b477e2

%20
%47
%0
%11

Triadic Colors of #b477e2

#b477e2 #e2b477 #77e2b4

Analogous Colors of #b477e2

#b477e2 #e277db #7f77e2

Monochromatic Colors of #b477e2

#b477e2

Complementary Color

#b477e2 #a5e277

#b477e2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b477e2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b477e2 Color CSS Codes

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

#b477e2 Text Font Color

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

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


#b477e2 Background Color

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

This div background color is #b477e2


#b477e2 Border Color

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

This div border color is #b477e2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b477e2


Comments

No comments written yet.

Please login to write comment.