Color Hex Logo

#b04cbd Color Hex

#B04CBD
(176,76,189)
0 Favorites   0 Comments

Color spaces of #b04cbd

RGB 17676189
HSL0.810.460.52
HSV293°60°74°
CMYK 0.070.600.00   0.26
XYZ29.674218.073150.0686
Yxy18.07310.30340.1848
Hunter Lab42.512550.1983-40.0694
CIE-Lab49.584756.5031-41.2938

#b04cbd color RGB value is (176,76,189).

#b04cbd hex color red value is 176, green value is 76 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b04cbd hue: 0.81 , saturation: 0.46 and the lightness value of b04cbd is 0.52.

The process color (four color CMYK) of #b04cbd color hex is 0.07, 0.60, 0.00, 0.26. Web safe color of #b04cbd is #9933cc. Color #b04cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001100 10111101
Octal 260 114 275
Decimal 176 76 189
Hex B0 4C BD

RGB Percentages of Color #b04cbd

%39.91
%17.23
%42.86

CMYK Percentages of Color #b04cbd

%7
%60
%0
%26

Triadic Colors of #b04cbd

#b04cbd #bdb04c #4cbdb0

Analogous Colors of #b04cbd

#b04cbd #bd4c92 #784cbd

Monochromatic Colors of #b04cbd

#b04cbd

Complementary Color

#b04cbd #59bd4c

#b04cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04cbd Color CSS Codes

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

#b04cbd Text Font Color

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

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


#b04cbd Background Color

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

This div background color is #b04cbd


#b04cbd Border Color

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

This div border color is #b04cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,76,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b04cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b04cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #b04cbd;
  box-shadow:         1px 1px 3px 2px #b04cbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,76,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04cbd


Comments

No comments written yet.

Please login to write comment.