Color Hex Logo

#b05aca Color Hex

#B05ACA
(176,90,202)
0 Favorites   0 Comments

Color spaces of #b05aca

RGB 17690202
HSL0.790.510.57
HSV286°55°79°
CMYK 0.130.550.00   0.21
XYZ32.221320.806758.1950
Yxy20.80670.28970.1871
Hunter Lab45.614446.2646-43.7124
CIE-Lab52.737352.3540-43.7949

#b05aca color RGB value is (176,90,202).

#b05aca hex color red value is 176, green value is 90 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b05aca hue: 0.79 , saturation: 0.51 and the lightness value of b05aca is 0.57.

The process color (four color CMYK) of #b05aca color hex is 0.13, 0.55, 0.00, 0.21. Web safe color of #b05aca is #9966cc. Color #b05aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011010 11001010
Octal 260 132 312
Decimal 176 90 202
Hex B0 5A CA

RGB Percentages of Color #b05aca

%37.61
%19.23
%43.16

CMYK Percentages of Color #b05aca

%13
%55
%0
%21

Triadic Colors of #b05aca

#b05aca #cab05a #5acab0

Analogous Colors of #b05aca

#b05aca #ca5aac #785aca

Monochromatic Colors of #b05aca

#b05aca

Complementary Color

#b05aca #74ca5a

#b05aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05aca Color CSS Codes

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

#b05aca Text Font Color

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

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


#b05aca Background Color

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

This div background color is #b05aca


#b05aca Border Color

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

This div border color is #b05aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05aca


Comments

No comments written yet.

Please login to write comment.