Color Hex Logo

#b827aa Color Hex

#B827AA
(184,39,170)
0 Favorites   0 Comments

Color spaces of #b827aa

RGB 18439170
HSL0.850.650.44
HSV306°79°72°
CMYK 0.000.790.08   0.28
XYZ27.748414.543739.3749
Yxy14.54370.33980.1781
Hunter Lab38.136263.1406-34.5204
CIE-Lab45.002868.7501-37.3124

#b827aa color RGB value is (184,39,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100111 10101010
Octal 270 47 252
Decimal 184 39 170
Hex B8 27 AA

RGB Percentages of Color #b827aa

%46.82
%9.92
%43.26

CMYK Percentages of Color #b827aa

%0
%79
%8
%28

Triadic Colors of #b827aa

#b827aa #aab827 #27aab8

Analogous Colors of #b827aa

#b827aa #b82761 #7e27b8

Monochromatic Colors of #b827aa

#b827aa

Complementary Color

#b827aa #27b835

#b827aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b827aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b827aa Color CSS Codes

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

#b827aa Text Font Color

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

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


#b827aa Background Color

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

This div background color is #b827aa


#b827aa Border Color

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

This div border color is #b827aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b827aa


Comments

No comments written yet.

Please login to write comment.