Color Hex Logo

#b85482 Color Hex

#B85482
(184,84,130)
0 Favorites   0 Comments

Color spaces of #b85482

RGB 18484130
HSL0.920.410.53
HSV332°54°72°
CMYK 0.000.540.29   0.28
XYZ26.966818.142723.1997
Yxy18.14270.39480.2656
Hunter Lab42.594238.4700-2.4774
CIE-Lab49.668745.4943-6.2330

#b85482 color RGB value is (184,84,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010100 10000010
Octal 270 124 202
Decimal 184 84 130
Hex B8 54 82

RGB Percentages of Color #b85482

%46.23
%21.11
%32.66

CMYK Percentages of Color #b85482

%0
%54
%29
%28

Triadic Colors of #b85482

#b85482 #82b854 #5482b8

Analogous Colors of #b85482

#b85482 #b85854 #b854b4

Monochromatic Colors of #b85482

#b85482

Complementary Color

#b85482 #54b88a

#b85482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85482 Color CSS Codes

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

#b85482 Text Font Color

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

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


#b85482 Background Color

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

This div background color is #b85482


#b85482 Border Color

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

This div border color is #b85482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85482


Comments

No comments written yet.

Please login to write comment.