Color Hex Logo

#b835aa Color Hex

#B835AA
(184,53,170)
0 Favorites   0 Comments

Color spaces of #b835aa

RGB 18453170
HSL0.850.550.46
HSV306°71°72°
CMYK 0.000.710.08   0.28
XYZ28.296015.638839.5574
Yxy15.63880.33890.1873
Hunter Lab39.545958.5154-31.6251
CIE-Lab46.497064.4773-34.9560

#b835aa color RGB value is (184,53,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110101 10101010
Octal 270 65 252
Decimal 184 53 170
Hex B8 35 AA

RGB Percentages of Color #b835aa

%45.21
%13.02
%41.77

CMYK Percentages of Color #b835aa

%0
%71
%8
%28

Triadic Colors of #b835aa

#b835aa #aab835 #35aab8

Analogous Colors of #b835aa

#b835aa #b83569 #8535b8

Monochromatic Colors of #b835aa

#b835aa

Complementary Color

#b835aa #35b843

#b835aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b835aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b835aa Color CSS Codes

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

#b835aa Text Font Color

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

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


#b835aa Background Color

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

This div background color is #b835aa


#b835aa Border Color

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

This div border color is #b835aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b835aa


Comments

No comments written yet.

Please login to write comment.