Color Hex Logo

#b42aa8 Color Hex

#B42AA8
(180,42,168)
0 Favorites   0 Comments

Color spaces of #b42aa8

RGB 18042168
HSL0.850.620.44
HSV305°77°71°
CMYK 0.000.770.07   0.29
XYZ26.718214.186438.3758
Yxy14.18640.33700.1789
Hunter Lab37.664860.7086-34.0438
CIE-Lab44.499166.7646-36.9653

#b42aa8 color RGB value is (180,42,168).

#b42aa8 hex color red value is 180, green value is 42 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #b42aa8 hue: 0.85 , saturation: 0.62 and the lightness value of b42aa8 is 0.44.

The process color (four color CMYK) of #b42aa8 color hex is 0.00, 0.77, 0.07, 0.29. Web safe color of #b42aa8 is #cc3399. Color #b42aa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101010 10101000
Octal 264 52 250
Decimal 180 42 168
Hex B4 2A A8

RGB Percentages of Color #b42aa8

%46.15
%10.77
%43.08

CMYK Percentages of Color #b42aa8

%0
%77
%7
%29

Triadic Colors of #b42aa8

#b42aa8 #a8b42a #2aa8b4

Analogous Colors of #b42aa8

#b42aa8 #b42a63 #7b2ab4

Monochromatic Colors of #b42aa8

#b42aa8

Complementary Color

#b42aa8 #2ab436

#b42aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42aa8 Color CSS Codes

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

#b42aa8 Text Font Color

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

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


#b42aa8 Background Color

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

This div background color is #b42aa8


#b42aa8 Border Color

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

This div border color is #b42aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42aa8


Comments

No comments written yet.

Please login to write comment.