Color Hex Logo

#b028ba Color Hex

#B028BA
(176,40,186)
0 Favorites   0 Comments

Color spaces of #b028ba

RGB 17640186
HSL0.820.650.44
HSV296°78°73°
CMYK 0.050.780.00   0.27
XYZ27.526214.292947.7624
Yxy14.29290.30730.1596
Hunter Lab37.806063.8040-48.4402
CIE-Lab44.650169.3826-47.3942

#b028ba color RGB value is (176,40,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101000 10111010
Octal 260 50 272
Decimal 176 40 186
Hex B0 28 BA

RGB Percentages of Color #b028ba

%43.78
%9.95
%46.27

CMYK Percentages of Color #b028ba

%5
%78
%0
%27

Triadic Colors of #b028ba

#b028ba #bab028 #28bab0

Analogous Colors of #b028ba

#b028ba #ba287b #6728ba

Monochromatic Colors of #b028ba

#b028ba

Complementary Color

#b028ba #32ba28

#b028ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b028ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b028ba Color CSS Codes

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

#b028ba Text Font Color

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

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


#b028ba Background Color

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

This div background color is #b028ba


#b028ba Border Color

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

This div border color is #b028ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b028ba


Comments

No comments written yet.

Please login to write comment.