Color Hex Logo

#b93665 Color Hex

#B93665
(185,54,101)
0 Favorites   0 Comments

Color spaces of #b93665

RGB 18554101
HSL0.940.550.47
HSV338°71°73°
CMYK 0.000.710.45   0.27
XYZ23.675713.892213.7455
Yxy13.89220.46140.2707
Hunter Lab37.272248.15864.2252
CIE-Lab44.077955.64303.2528

#b93665 color RGB value is (185,54,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110110 01100101
Octal 271 66 145
Decimal 185 54 101
Hex B9 36 65

RGB Percentages of Color #b93665

%54.41
%15.88
%29.71

CMYK Percentages of Color #b93665

%0
%71
%45
%27

Triadic Colors of #b93665

#b93665 #65b936 #3665b9

Analogous Colors of #b93665

#b93665 #b94936 #b936a7

Monochromatic Colors of #b93665

#b93665

Complementary Color

#b93665 #36b98a

#b93665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93665 Color CSS Codes

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

#b93665 Text Font Color

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

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


#b93665 Background Color

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

This div background color is #b93665


#b93665 Border Color

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

This div border color is #b93665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93665


Comments

No comments written yet.

Please login to write comment.