Color Hex Logo

#b028a5 Color Hex

#B028A5
(176,40,165)
0 Favorites   0 Comments

Color spaces of #b028a5

RGB 17640165
HSL0.850.630.42
HSV305°77°69°
CMYK 0.000.770.06   0.31
XYZ25.454813.464336.8546
Yxy13.46430.33590.1777
Hunter Lab36.693759.6132-33.8643
CIE-Lab43.454766.0201-36.8741

#b028a5 color RGB value is (176,40,165).

#b028a5 hex color red value is 176, green value is 40 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #b028a5 hue: 0.85 , saturation: 0.63 and the lightness value of b028a5 is 0.42.

The process color (four color CMYK) of #b028a5 color hex is 0.00, 0.77, 0.06, 0.31. Web safe color of #b028a5 is #993399. Color #b028a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101000 10100101
Octal 260 50 245
Decimal 176 40 165
Hex B0 28 A5

RGB Percentages of Color #b028a5

%46.19
%10.50
%43.31

CMYK Percentages of Color #b028a5

%0
%77
%6
%31

Triadic Colors of #b028a5

#b028a5 #a5b028 #28a5b0

Analogous Colors of #b028a5

#b028a5 #b02861 #7728b0

Monochromatic Colors of #b028a5

#b028a5

Complementary Color

#b028a5 #28b033

#b028a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b028a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b028a5 Color CSS Codes

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

#b028a5 Text Font Color

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

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


#b028a5 Background Color

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

This div background color is #b028a5


#b028a5 Border Color

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

This div border color is #b028a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b028a5


Comments

No comments written yet.

Please login to write comment.