Color Hex Logo

#b477bc Color Hex

#B477BC
(180,119,188)
0 Favorites   0 Comments

Color spaces of #b477bc

RGB 180119188
HSL0.810.340.60
HSV293°37°74°
CMYK 0.040.370.00   0.26
XYZ34.496326.527850.8792
Yxy26.52780.30830.2371
Hunter Lab51.505129.4189-22.5158
CIE-Lab58.534735.3846-26.6913

#b477bc color RGB value is (180,119,188).

#b477bc hex color red value is 180, green value is 119 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b477bc hue: 0.81 , saturation: 0.34 and the lightness value of b477bc is 0.60.

The process color (four color CMYK) of #b477bc color hex is 0.04, 0.37, 0.00, 0.26. Web safe color of #b477bc is #cc66cc. Color #b477bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110111 10111100
Octal 264 167 274
Decimal 180 119 188
Hex B4 77 BC

RGB Percentages of Color #b477bc

%36.96
%24.44
%38.60

CMYK Percentages of Color #b477bc

%4
%37
%0
%26

Triadic Colors of #b477bc

#b477bc #bcb477 #77bcb4

Analogous Colors of #b477bc

#b477bc #bc77a2 #9277bc

Monochromatic Colors of #b477bc

#b477bc

Complementary Color

#b477bc #7fbc77

#b477bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b477bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b477bc Color CSS Codes

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

#b477bc Text Font Color

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

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


#b477bc Background Color

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

This div background color is #b477bc


#b477bc Border Color

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

This div border color is #b477bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b477bc


Comments

No comments written yet.

Please login to write comment.