Color Hex Logo

#b476cd Color Hex

#B476CD
(180,118,205)
0 Favorites   0 Comments

Color spaces of #b476cd

RGB 180118205
HSL0.790.470.63
HSV283°42°80°
CMYK 0.120.420.00   0.20
XYZ36.320327.067961.0680
Yxy27.06790.29180.2175
Hunter Lab52.026833.5652-33.1746
CIE-Lab59.037139.3973-35.5613

#b476cd color RGB value is (180,118,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110110 11001101
Octal 264 166 315
Decimal 180 118 205
Hex B4 76 CD

RGB Percentages of Color #b476cd

%35.79
%23.46
%40.76

CMYK Percentages of Color #b476cd

%12
%42
%0
%20

Triadic Colors of #b476cd

#b476cd #cdb476 #76cdb4

Analogous Colors of #b476cd

#b476cd #cd76bb #8976cd

Monochromatic Colors of #b476cd

#b476cd

Complementary Color

#b476cd #8fcd76

#b476cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b476cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b476cd Color CSS Codes

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

#b476cd Text Font Color

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

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


#b476cd Background Color

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

This div background color is #b476cd


#b476cd Border Color

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

This div border color is #b476cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b476cd


Comments

No comments written yet.

Please login to write comment.