Color Hex Logo

#b93973 Color Hex

#B93973
(185,57,115)
0 Favorites   0 Comments

Color spaces of #b93973

RGB 18557115
HSL0.920.530.47
HSV333°69°73°
CMYK 0.000.690.38   0.27
XYZ24.565214.478317.7195
Yxy14.47830.43280.2551
Hunter Lab38.050448.6509-0.9752
CIE-Lab44.911255.9428-4.1734

#b93973 color RGB value is (185,57,115).

#b93973 hex color red value is 185, green value is 57 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b93973 hue: 0.92 , saturation: 0.53 and the lightness value of b93973 is 0.47.

The process color (four color CMYK) of #b93973 color hex is 0.00, 0.69, 0.38, 0.27. Web safe color of #b93973 is #cc3366. Color #b93973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111001 01110011
Octal 271 71 163
Decimal 185 57 115
Hex B9 39 73

RGB Percentages of Color #b93973

%51.82
%15.97
%32.21

CMYK Percentages of Color #b93973

%0
%69
%38
%27

Triadic Colors of #b93973

#b93973 #73b939 #3973b9

Analogous Colors of #b93973

#b93973 #b93f39 #b939b3

Monochromatic Colors of #b93973

#b93973

Complementary Color

#b93973 #39b97f

#b93973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93973 Color CSS Codes

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

#b93973 Text Font Color

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

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


#b93973 Background Color

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

This div background color is #b93973


#b93973 Border Color

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

This div border color is #b93973


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,57,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93973


Comments

No comments written yet.

Please login to write comment.