Color Hex Logo

#b428ae Color Hex

#B428AE
(180,40,174)
0 Favorites   0 Comments

Color spaces of #b428ae

RGB 18040174
HSL0.840.640.43
HSV303°78°71°
CMYK 0.000.780.03   0.29
XYZ27.221214.276941.3654
Yxy14.27690.32850.1723
Hunter Lab37.784862.4729-38.4592
CIE-Lab44.627468.2539-40.3212

#b428ae color RGB value is (180,40,174).

#b428ae hex color red value is 180, green value is 40 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b428ae hue: 0.84 , saturation: 0.64 and the lightness value of b428ae is 0.43.

The process color (four color CMYK) of #b428ae color hex is 0.00, 0.78, 0.03, 0.29. Web safe color of #b428ae is #cc3399. Color #b428ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101000 10101110
Octal 264 50 256
Decimal 180 40 174
Hex B4 28 AE

RGB Percentages of Color #b428ae

%45.69
%10.15
%44.16

CMYK Percentages of Color #b428ae

%0
%78
%3
%29

Triadic Colors of #b428ae

#b428ae #aeb428 #28aeb4

Analogous Colors of #b428ae

#b428ae #b42868 #7428b4

Monochromatic Colors of #b428ae

#b428ae

Complementary Color

#b428ae #28b42e

#b428ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b428ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b428ae Color CSS Codes

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

#b428ae Text Font Color

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

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


#b428ae Background Color

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

This div background color is #b428ae


#b428ae Border Color

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

This div border color is #b428ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b428ae


Comments

No comments written yet.

Please login to write comment.