Color Hex Logo

#b045a4 Color Hex

#B045A4
(176,69,164)
0 Favorites   0 Comments

Color spaces of #b045a4

RGB 17669164
HSL0.850.440.48
HSV307°61°69°
CMYK 0.000.610.07   0.31
XYZ26.733516.166736.8334
Yxy16.16670.33530.2028
Hunter Lab40.207848.3179-26.1686
CIE-Lab47.192455.2177-30.4030

#b045a4 color RGB value is (176,69,164).

#b045a4 hex color red value is 176, green value is 69 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #b045a4 hue: 0.85 , saturation: 0.44 and the lightness value of b045a4 is 0.48.

The process color (four color CMYK) of #b045a4 color hex is 0.00, 0.61, 0.07, 0.31. Web safe color of #b045a4 is #993399. Color #b045a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000101 10100100
Octal 260 105 244
Decimal 176 69 164
Hex B0 45 A4

RGB Percentages of Color #b045a4

%43.03
%16.87
%40.10

CMYK Percentages of Color #b045a4

%0
%61
%7
%31

Triadic Colors of #b045a4

#b045a4 #a4b045 #45a4b0

Analogous Colors of #b045a4

#b045a4 #b0456f #8745b0

Monochromatic Colors of #b045a4

#b045a4

Complementary Color

#b045a4 #45b051

#b045a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b045a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b045a4 Color CSS Codes

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

#b045a4 Text Font Color

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

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


#b045a4 Background Color

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

This div background color is #b045a4


#b045a4 Border Color

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

This div border color is #b045a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b045a4


Comments

No comments written yet.

Please login to write comment.