Color Hex Logo

#b93168 Color Hex

#B93168
(185,49,104)
0 Favorites   0 Comments

Color spaces of #b93168

RGB 18549104
HSL0.930.580.46
HSV336°74°73°
CMYK 0.000.740.44   0.27
XYZ23.604613.510414.4604
Yxy13.51040.45770.2620
Hunter Lab36.756550.30682.4042
CIE-Lab43.522457.72210.5850

#b93168 color RGB value is (185,49,104).

#b93168 hex color red value is 185, green value is 49 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b93168 hue: 0.93 , saturation: 0.58 and the lightness value of b93168 is 0.46.

The process color (four color CMYK) of #b93168 color hex is 0.00, 0.74, 0.44, 0.27. Web safe color of #b93168 is #cc3366. Color #b93168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110001 01101000
Octal 271 61 150
Decimal 185 49 104
Hex B9 31 68

RGB Percentages of Color #b93168

%54.73
%14.50
%30.77

CMYK Percentages of Color #b93168

%0
%74
%44
%27

Triadic Colors of #b93168

#b93168 #68b931 #3168b9

Analogous Colors of #b93168

#b93168 #b93e31 #b931ac

Monochromatic Colors of #b93168

#b93168

Complementary Color

#b93168 #31b982

#b93168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93168 Color CSS Codes

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

#b93168 Text Font Color

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

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


#b93168 Background Color

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

This div background color is #b93168


#b93168 Border Color

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

This div border color is #b93168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93168


Comments

No comments written yet.

Please login to write comment.