Color Hex Logo

#b93263 Color Hex

#B93263
(185,50,99)
0 Favorites   0 Comments

Color spaces of #b93263

RGB 1855099
HSL0.940.570.46
HSV338°73°73°
CMYK 0.000.730.46   0.27
XYZ23.400313.496313.1761
Yxy13.49630.46730.2695
Hunter Lab36.737349.40764.4513
CIE-Lab43.501756.90203.6643

#b93263 color RGB value is (185,50,99).

#b93263 hex color red value is 185, green value is 50 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #b93263 hue: 0.94 , saturation: 0.57 and the lightness value of b93263 is 0.46.

The process color (four color CMYK) of #b93263 color hex is 0.00, 0.73, 0.46, 0.27. Web safe color of #b93263 is #cc3366. Color #b93263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110010 01100011
Octal 271 62 143
Decimal 185 50 99
Hex B9 32 63

RGB Percentages of Color #b93263

%55.39
%14.97
%29.64

CMYK Percentages of Color #b93263

%0
%73
%46
%27

Triadic Colors of #b93263

#b93263 #63b932 #3263b9

Analogous Colors of #b93263

#b93263 #b94432 #b932a7

Monochromatic Colors of #b93263

#b93263

Complementary Color

#b93263 #32b988

#b93263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93263 Color CSS Codes

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

#b93263 Text Font Color

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

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


#b93263 Background Color

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

This div background color is #b93263


#b93263 Border Color

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

This div border color is #b93263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93263


Comments

No comments written yet.

Please login to write comment.