Color Hex Logo

#b027ba Color Hex

#B027BA
(176,39,186)
0 Favorites   0 Comments

Color spaces of #b027ba

RGB 17639186
HSL0.820.650.44
HSV296°79°73°
CMYK 0.050.790.00   0.27
XYZ27.492914.226347.7513
Yxy14.22630.30730.1590
Hunter Lab37.717864.1045-48.6597
CIE-Lab44.555769.6559-47.5451

#b027ba color RGB value is (176,39,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100111 10111010
Octal 260 47 272
Decimal 176 39 186
Hex B0 27 BA

RGB Percentages of Color #b027ba

%43.89
%9.73
%46.38

CMYK Percentages of Color #b027ba

%5
%79
%0
%27

Triadic Colors of #b027ba

#b027ba #bab027 #27bab0

Analogous Colors of #b027ba

#b027ba #ba277b #6727ba

Monochromatic Colors of #b027ba

#b027ba

Complementary Color

#b027ba #31ba27

#b027ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b027ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b027ba Color CSS Codes

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

#b027ba Text Font Color

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

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


#b027ba Background Color

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

This div background color is #b027ba


#b027ba Border Color

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

This div border color is #b027ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b027ba


Comments

No comments written yet.

Please login to write comment.