Color Hex Logo

#b87390 Color Hex

#B87390
(184,115,144)
0 Favorites   0 Comments

Color spaces of #b87390

RGB 184115144
HSL0.930.330.59
HSV335°38°72°
CMYK 0.000.380.22   0.28
XYZ30.931924.465429.4776
Yxy24.46540.36440.2883
Hunter Lab49.462525.0675-0.7106
CIE-Lab56.550831.2027-4.2945

#b87390 color RGB value is (184,115,144).

#b87390 hex color red value is 184, green value is 115 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b87390 hue: 0.93 , saturation: 0.33 and the lightness value of b87390 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110011 10010000
Octal 270 163 220
Decimal 184 115 144
Hex B8 73 90

RGB Percentages of Color #b87390

%41.53
%25.96
%32.51

CMYK Percentages of Color #b87390

%0
%38
%22
%28

Triadic Colors of #b87390

#b87390 #90b873 #7390b8

Analogous Colors of #b87390

#b87390 #b87973 #b873b3

Monochromatic Colors of #b87390

#b87390

Complementary Color

#b87390 #73b89b

#b87390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87390 Color CSS Codes

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

#b87390 Text Font Color

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

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


#b87390 Background Color

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

This div background color is #b87390


#b87390 Border Color

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

This div border color is #b87390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87390


Comments

No comments written yet.

Please login to write comment.