Color Hex Logo

#b053a8 Color Hex

#B053A8
(176,83,168)
0 Favorites   0 Comments

Color spaces of #b053a8

RGB 17683168
HSL0.850.370.51
HSV305°53°69°
CMYK 0.000.530.05   0.31
XYZ28.065618.243839.0880
Yxy18.24380.32860.2136
Hunter Lab42.712842.5410-24.3595
CIE-Lab49.790549.3726-28.7108

#b053a8 color RGB value is (176,83,168).

#b053a8 hex color red value is 176, green value is 83 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #b053a8 hue: 0.85 , saturation: 0.37 and the lightness value of b053a8 is 0.51.

The process color (four color CMYK) of #b053a8 color hex is 0.00, 0.53, 0.05, 0.31. Web safe color of #b053a8 is #996699. Color #b053a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010011 10101000
Octal 260 123 250
Decimal 176 83 168
Hex B0 53 A8

RGB Percentages of Color #b053a8

%41.22
%19.44
%39.34

CMYK Percentages of Color #b053a8

%0
%53
%5
%31

Triadic Colors of #b053a8

#b053a8 #a8b053 #53a8b0

Analogous Colors of #b053a8

#b053a8 #b0537a #8a53b0

Monochromatic Colors of #b053a8

#b053a8

Complementary Color

#b053a8 #53b05b

#b053a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b053a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b053a8 Color CSS Codes

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

#b053a8 Text Font Color

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

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


#b053a8 Background Color

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

This div background color is #b053a8


#b053a8 Border Color

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

This div border color is #b053a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b053a8


Comments

No comments written yet.

Please login to write comment.