Color Hex Logo

#b477de Color Hex

#B477DE
(180,119,222)
0 Favorites   0 Comments

Color spaces of #b477de

RGB 180119222
HSL0.770.610.67
HSV276°46°87°
CMYK 0.190.460.00   0.13
XYZ38.604028.170972.5101
Yxy28.17090.27720.2023
Hunter Lab53.076336.9451-43.8456
CIE-Lab60.042842.5129-43.5447

#b477de color RGB value is (180,119,222).

#b477de hex color red value is 180, green value is 119 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b477de hue: 0.77 , saturation: 0.61 and the lightness value of b477de is 0.67.

The process color (four color CMYK) of #b477de color hex is 0.19, 0.46, 0.00, 0.13. Web safe color of #b477de is #cc66cc. Color #b477de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110111 11011110
Octal 264 167 336
Decimal 180 119 222
Hex B4 77 DE

RGB Percentages of Color #b477de

%34.55
%22.84
%42.61

CMYK Percentages of Color #b477de

%19
%46
%0
%13

Triadic Colors of #b477de

#b477de #deb477 #77deb4

Analogous Colors of #b477de

#b477de #de77d5 #8177de

Monochromatic Colors of #b477de

#b477de

Complementary Color

#b477de #a1de77

#b477de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b477de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b477de Color CSS Codes

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

#b477de Text Font Color

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

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


#b477de Background Color

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

This div background color is #b477de


#b477de Border Color

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

This div border color is #b477de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b477de


Comments

No comments written yet.

Please login to write comment.