Color Hex Logo

#b85492 Color Hex

#B85492
(184,84,146)
0 Favorites   0 Comments

Color spaces of #b85492

RGB 18484146
HSL0.900.410.53
HSV323°54°72°
CMYK 0.000.540.21   0.28
XYZ28.125818.606329.3031
Yxy18.60630.36990.2447
Hunter Lab43.135040.9030-10.0832
CIE-Lab50.223447.7446-14.9480

#b85492 color RGB value is (184,84,146).

#b85492 hex color red value is 184, green value is 84 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b85492 hue: 0.90 , saturation: 0.41 and the lightness value of b85492 is 0.53.

The process color (four color CMYK) of #b85492 color hex is 0.00, 0.54, 0.21, 0.28. Web safe color of #b85492 is #cc6699. Color #b85492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010100 10010010
Octal 270 124 222
Decimal 184 84 146
Hex B8 54 92

RGB Percentages of Color #b85492

%44.44
%20.29
%35.27

CMYK Percentages of Color #b85492

%0
%54
%21
%28

Triadic Colors of #b85492

#b85492 #92b854 #5492b8

Analogous Colors of #b85492

#b85492 #b85460 #ac54b8

Monochromatic Colors of #b85492

#b85492

Complementary Color

#b85492 #54b87a

#b85492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85492 Color CSS Codes

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

#b85492 Text Font Color

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

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


#b85492 Background Color

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

This div background color is #b85492


#b85492 Border Color

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

This div border color is #b85492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85492


Comments

No comments written yet.

Please login to write comment.