Color Hex Logo

#b82daa Color Hex

#B82DAA
(184,45,170)
0 Favorites   0 Comments

Color spaces of #b82daa

RGB 18445170
HSL0.850.610.45
HSV306°76°72°
CMYK 0.000.760.08   0.28
XYZ27.961214.969439.4459
Yxy14.96940.33940.1817
Hunter Lab38.690361.2926-33.3647
CIE-Lab45.592367.0550-36.3816

#b82daa color RGB value is (184,45,170).

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

The process color (four color CMYK) of #b82daa color hex is 0.00, 0.76, 0.08, 0.28. Web safe color of #b82daa is #cc3399. Color #b82daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101101 10101010
Octal 270 55 252
Decimal 184 45 170
Hex B8 2D AA

RGB Percentages of Color #b82daa

%46.12
%11.28
%42.61

CMYK Percentages of Color #b82daa

%0
%76
%8
%28

Triadic Colors of #b82daa

#b82daa #aab82d #2daab8

Analogous Colors of #b82daa

#b82daa #b82d65 #812db8

Monochromatic Colors of #b82daa

#b82daa

Complementary Color

#b82daa #2db83b

#b82daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82daa Color CSS Codes

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

#b82daa Text Font Color

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

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


#b82daa Background Color

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

This div background color is #b82daa


#b82daa Border Color

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

This div border color is #b82daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82daa


Comments

No comments written yet.

Please login to write comment.