Color Hex Logo

#b676cd Color Hex

#B676CD
(182,118,205)
0 Favorites   0 Comments

Color spaces of #b676cd

RGB 182118205
HSL0.790.470.63
HSV284°42°80°
CMYK 0.110.420.00   0.20
XYZ36.789327.309761.0899
Yxy27.30970.29390.2181
Hunter Lab52.258734.2085-32.7284
CIE-Lab59.259939.9921-35.1969

#b676cd color RGB value is (182,118,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 11001101
Octal 266 166 315
Decimal 182 118 205
Hex B6 76 CD

RGB Percentages of Color #b676cd

%36.04
%23.37
%40.59

CMYK Percentages of Color #b676cd

%11
%42
%0
%20

Triadic Colors of #b676cd

#b676cd #cdb676 #76cdb6

Analogous Colors of #b676cd

#b676cd #cd76b9 #8b76cd

Monochromatic Colors of #b676cd

#b676cd

Complementary Color

#b676cd #8dcd76

#b676cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b676cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b676cd Color CSS Codes

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

#b676cd Text Font Color

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

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


#b676cd Background Color

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

This div background color is #b676cd


#b676cd Border Color

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

This div border color is #b676cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,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 #b676cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b676cd


Comments

No comments written yet.

Please login to write comment.