Color Hex Logo

#b82aac Color Hex

#B82AAC
(184,42,172)
0 Favorites   0 Comments

Color spaces of #b82aac

RGB 18442172
HSL0.850.630.44
HSV305°77°72°
CMYK 0.000.770.07   0.28
XYZ28.041514.824840.4133
Yxy14.82480.33670.1780
Hunter Lab38.503062.6203-35.2796
CIE-Lab45.393368.2307-37.8808

#b82aac color RGB value is (184,42,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101010 10101100
Octal 270 52 254
Decimal 184 42 172
Hex B8 2A AC

RGB Percentages of Color #b82aac

%46.23
%10.55
%43.22

CMYK Percentages of Color #b82aac

%0
%77
%7
%28

Triadic Colors of #b82aac

#b82aac #acb82a #2aacb8

Analogous Colors of #b82aac

#b82aac #b82a65 #7d2ab8

Monochromatic Colors of #b82aac

#b82aac

Complementary Color

#b82aac #2ab836

#b82aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82aac Color CSS Codes

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

#b82aac Text Font Color

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

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


#b82aac Background Color

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

This div background color is #b82aac


#b82aac Border Color

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

This div border color is #b82aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82aac


Comments

No comments written yet.

Please login to write comment.