Color Hex Logo

#b477cc Color Hex

#B477CC
(180,119,204)
0 Favorites   0 Comments

Color spaces of #b477cc

RGB 180119204
HSL0.790.450.63
HSV283°42°80°
CMYK 0.120.420.00   0.20
XYZ36.318327.256660.4736
Yxy27.25660.29280.2197
Hunter Lab52.207932.8095-32.1315
CIE-Lab59.211138.6408-34.7245

#b477cc color RGB value is (180,119,204).

#b477cc hex color red value is 180, green value is 119 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b477cc hue: 0.79 , saturation: 0.45 and the lightness value of b477cc is 0.63.

The process color (four color CMYK) of #b477cc color hex is 0.12, 0.42, 0.00, 0.20. Web safe color of #b477cc is #cc66cc. Color #b477cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110111 11001100
Octal 264 167 314
Decimal 180 119 204
Hex B4 77 CC

RGB Percentages of Color #b477cc

%35.79
%23.66
%40.56

CMYK Percentages of Color #b477cc

%12
%42
%0
%20

Triadic Colors of #b477cc

#b477cc #ccb477 #77ccb4

Analogous Colors of #b477cc

#b477cc #cc77ba #8a77cc

Monochromatic Colors of #b477cc

#b477cc

Complementary Color

#b477cc #8fcc77

#b477cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b477cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b477cc Color CSS Codes

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

#b477cc Text Font Color

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

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


#b477cc Background Color

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

This div background color is #b477cc


#b477cc Border Color

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

This div border color is #b477cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b477cc


Comments

No comments written yet.

Please login to write comment.