Color Hex Logo

#b93365 Color Hex

#B93365
(185,51,101)
0 Favorites   0 Comments

Color spaces of #b93365

RGB 18551101
HSL0.940.570.46
HSV338°72°73°
CMYK 0.000.720.45   0.27
XYZ23.540413.621513.7004
Yxy13.62150.46280.2678
Hunter Lab36.907349.26393.8260
CIE-Lab43.685256.73562.6854

#b93365 color RGB value is (185,51,101).

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

The process color (four color CMYK) of #b93365 color hex is 0.00, 0.72, 0.45, 0.27. Web safe color of #b93365 is #cc3366. Color #b93365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110011 01100101
Octal 271 63 145
Decimal 185 51 101
Hex B9 33 65

RGB Percentages of Color #b93365

%54.90
%15.13
%29.97

CMYK Percentages of Color #b93365

%0
%72
%45
%27

Triadic Colors of #b93365

#b93365 #65b933 #3365b9

Analogous Colors of #b93365

#b93365 #b94433 #b933a8

Monochromatic Colors of #b93365

#b93365

Complementary Color

#b93365 #33b987

#b93365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93365 Color CSS Codes

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

#b93365 Text Font Color

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

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


#b93365 Background Color

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

This div background color is #b93365


#b93365 Border Color

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

This div border color is #b93365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93365


Comments

No comments written yet.

Please login to write comment.