Color Hex Logo

#b02cba Color Hex

#B02CBA
(176,44,186)
0 Favorites   0 Comments

Color spaces of #b02cba

RGB 17644186
HSL0.820.620.45
HSV296°76°73°
CMYK 0.050.760.00   0.27
XYZ27.668114.576647.8097
Yxy14.57660.30720.1619
Hunter Lab38.179362.5431-47.5198
CIE-Lab45.048768.2318-46.7570

#b02cba color RGB value is (176,44,186).

#b02cba hex color red value is 176, green value is 44 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b02cba hue: 0.82 , saturation: 0.62 and the lightness value of b02cba is 0.45.

The process color (four color CMYK) of #b02cba color hex is 0.05, 0.76, 0.00, 0.27. Web safe color of #b02cba is #9933cc. Color #b02cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101100 10111010
Octal 260 54 272
Decimal 176 44 186
Hex B0 2C BA

RGB Percentages of Color #b02cba

%43.35
%10.84
%45.81

CMYK Percentages of Color #b02cba

%5
%76
%0
%27

Triadic Colors of #b02cba

#b02cba #bab02c #2cbab0

Analogous Colors of #b02cba

#b02cba #ba2c7d #692cba

Monochromatic Colors of #b02cba

#b02cba

Complementary Color

#b02cba #36ba2c

#b02cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02cba Color CSS Codes

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

#b02cba Text Font Color

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

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


#b02cba Background Color

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

This div background color is #b02cba


#b02cba Border Color

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

This div border color is #b02cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02cba


Comments

No comments written yet.

Please login to write comment.