Color Hex Logo

#b828ab Color Hex

#B828AB
(184,40,171)
0 Favorites   0 Comments

Color spaces of #b828ab

RGB 18440171
HSL0.850.640.44
HSV305°78°72°
CMYK 0.000.780.07   0.28
XYZ27.876614.648239.8862
Yxy14.64820.33830.1777
Hunter Lab38.273063.0350-34.9980
CIE-Lab45.148568.6319-37.6752

#b828ab color RGB value is (184,40,171).

#b828ab hex color red value is 184, green value is 40 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b828ab hue: 0.85 , saturation: 0.64 and the lightness value of b828ab is 0.44.

The process color (four color CMYK) of #b828ab color hex is 0.00, 0.78, 0.07, 0.28. Web safe color of #b828ab is #cc3399. Color #b828ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101000 10101011
Octal 270 50 253
Decimal 184 40 171
Hex B8 28 AB

RGB Percentages of Color #b828ab

%46.58
%10.13
%43.29

CMYK Percentages of Color #b828ab

%0
%78
%7
%28

Triadic Colors of #b828ab

#b828ab #abb828 #28abb8

Analogous Colors of #b828ab

#b828ab #b82863 #7d28b8

Monochromatic Colors of #b828ab

#b828ab

Complementary Color

#b828ab #28b835

#b828ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b828ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b828ab Color CSS Codes

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

#b828ab Text Font Color

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

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


#b828ab Background Color

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

This div background color is #b828ab


#b828ab Border Color

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

This div border color is #b828ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b828ab


Comments

No comments written yet.

Please login to write comment.