Color Hex Logo

#b82ead Color Hex

#B82EAD
(184,46,173)
0 Favorites   0 Comments

Color spaces of #b82ead

RGB 18446173
HSL0.850.600.45
HSV305°75°72°
CMYK 0.000.750.06   0.28
XYZ28.287015.161540.9707
Yxy15.16150.33510.1796
Hunter Lab38.937861.5332-35.1291
CIE-Lab45.854667.2108-37.7432

#b82ead color RGB value is (184,46,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101110 10101101
Octal 270 56 255
Decimal 184 46 173
Hex B8 2E AD

RGB Percentages of Color #b82ead

%45.66
%11.41
%42.93

CMYK Percentages of Color #b82ead

%0
%75
%6
%28

Triadic Colors of #b82ead

#b82ead #adb82e #2eadb8

Analogous Colors of #b82ead

#b82ead #b82e68 #7e2eb8

Monochromatic Colors of #b82ead

#b82ead

Complementary Color

#b82ead #2eb839

#b82ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82ead Color CSS Codes

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

#b82ead Text Font Color

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

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


#b82ead Background Color

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

This div background color is #b82ead


#b82ead Border Color

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

This div border color is #b82ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82ead


Comments

No comments written yet.

Please login to write comment.