Color Hex Logo

#b035ba Color Hex

#B035BA
(176,53,186)
0 Favorites   0 Comments

Color spaces of #b035ba

RGB 17653186
HSL0.820.560.47
HSV295°72°73°
CMYK 0.050.720.00   0.27
XYZ28.040515.321547.9338
Yxy15.32150.30710.1678
Hunter Lab39.142759.3717-45.2061
CIE-Lab46.071465.3037-45.1251

#b035ba color RGB value is (176,53,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110101 10111010
Octal 260 65 272
Decimal 176 53 186
Hex B0 35 BA

RGB Percentages of Color #b035ba

%42.41
%12.77
%44.82

CMYK Percentages of Color #b035ba

%5
%72
%0
%27

Triadic Colors of #b035ba

#b035ba #bab035 #35bab0

Analogous Colors of #b035ba

#b035ba #ba3582 #6e35ba

Monochromatic Colors of #b035ba

#b035ba

Complementary Color

#b035ba #3fba35

#b035ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b035ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b035ba Color CSS Codes

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

#b035ba Text Font Color

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

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


#b035ba Background Color

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

This div background color is #b035ba


#b035ba Border Color

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

This div border color is #b035ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b035ba


Comments

No comments written yet.

Please login to write comment.