Color Hex Logo

#b853a9 Color Hex

#B853A9
(184,83,169)
0 Favorites   0 Comments

Color spaces of #b853a9

RGB 18483169
HSL0.860.420.52
HSV309°55°72°
CMYK 0.000.550.08   0.28
XYZ30.021919.241439.6678
Yxy19.24140.33760.2164
Hunter Lab43.865045.4044-22.9113
CIE-Lab50.968451.8582-27.3792

#b853a9 color RGB value is (184,83,169).

#b853a9 hex color red value is 184, green value is 83 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #b853a9 hue: 0.86 , saturation: 0.42 and the lightness value of b853a9 is 0.52.

The process color (four color CMYK) of #b853a9 color hex is 0.00, 0.55, 0.08, 0.28. Web safe color of #b853a9 is #cc6699. Color #b853a9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010011 10101001
Octal 270 123 251
Decimal 184 83 169
Hex B8 53 A9

RGB Percentages of Color #b853a9

%42.20
%19.04
%38.76

CMYK Percentages of Color #b853a9

%0
%55
%8
%28

Triadic Colors of #b853a9

#b853a9 #a9b853 #53a9b8

Analogous Colors of #b853a9

#b853a9 #b85377 #9553b8

Monochromatic Colors of #b853a9

#b853a9

Complementary Color

#b853a9 #53b862

#b853a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b853a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b853a9 Color CSS Codes

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

#b853a9 Text Font Color

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

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


#b853a9 Background Color

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

This div background color is #b853a9


#b853a9 Border Color

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

This div border color is #b853a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b853a9


Comments

No comments written yet.

Please login to write comment.