Color Hex Logo

#b85390 Color Hex

#B85390
(184,83,144)
0 Favorites   0 Comments

Color spaces of #b85390

RGB 18483144
HSL0.900.420.52
HSV324°55°72°
CMYK 0.000.550.22   0.28
XYZ27.894518.390528.4651
Yxy18.39050.37320.2460
Hunter Lab42.884141.0602-9.3359
CIE-Lab49.966447.9365-14.1483

#b85390 color RGB value is (184,83,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010011 10010000
Octal 270 123 220
Decimal 184 83 144
Hex B8 53 90

RGB Percentages of Color #b85390

%44.77
%20.19
%35.04

CMYK Percentages of Color #b85390

%0
%55
%22
%28

Triadic Colors of #b85390

#b85390 #90b853 #5390b8

Analogous Colors of #b85390

#b85390 #b8535e #ae53b8

Monochromatic Colors of #b85390

#b85390

Complementary Color

#b85390 #53b87b

#b85390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85390 Color CSS Codes

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

#b85390 Text Font Color

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

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


#b85390 Background Color

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

This div background color is #b85390


#b85390 Border Color

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

This div border color is #b85390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85390


Comments

No comments written yet.

Please login to write comment.