Color Hex Logo

#b93465 Color Hex

#B93465
(185,52,101)
0 Favorites   0 Comments

Color spaces of #b93465

RGB 18552101
HSL0.940.560.46
HSV338°72°73°
CMYK 0.000.720.45   0.27
XYZ23.584513.709913.7151
Yxy13.70990.46240.2688
Hunter Lab37.026948.89963.9573
CIE-Lab43.814056.37622.8717

#b93465 color RGB value is (185,52,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110100 01100101
Octal 271 64 145
Decimal 185 52 101
Hex B9 34 65

RGB Percentages of Color #b93465

%54.73
%15.38
%29.88

CMYK Percentages of Color #b93465

%0
%72
%45
%27

Triadic Colors of #b93465

#b93465 #65b934 #3465b9

Analogous Colors of #b93465

#b93465 #b94634 #b934a8

Monochromatic Colors of #b93465

#b93465

Complementary Color

#b93465 #34b988

#b93465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93465 Color CSS Codes

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

#b93465 Text Font Color

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

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


#b93465 Background Color

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

This div background color is #b93465


#b93465 Border Color

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

This div border color is #b93465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93465


Comments

No comments written yet.

Please login to write comment.