Color Hex Logo

#b828ad Color Hex

#B828AD
(184,40,173)
0 Favorites   0 Comments

Color spaces of #b828ad

RGB 18440173
HSL0.850.640.44
HSV305°78°72°
CMYK 0.000.780.06   0.28
XYZ28.068814.725140.8980
Yxy14.72510.33540.1759
Hunter Lab38.373363.4136-36.3296
CIE-Lab45.255468.9332-38.6910

#b828ad color RGB value is (184,40,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101000 10101101
Octal 270 50 255
Decimal 184 40 173
Hex B8 28 AD

RGB Percentages of Color #b828ad

%46.35
%10.08
%43.58

CMYK Percentages of Color #b828ad

%0
%78
%6
%28

Triadic Colors of #b828ad

#b828ad #adb828 #28adb8

Analogous Colors of #b828ad

#b828ad #b82865 #7b28b8

Monochromatic Colors of #b828ad

#b828ad

Complementary Color

#b828ad #28b833

#b828ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b828ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b828ad Color CSS Codes

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

#b828ad Text Font Color

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

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


#b828ad Background Color

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

This div background color is #b828ad


#b828ad Border Color

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

This div border color is #b828ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b828ad


Comments

No comments written yet.

Please login to write comment.