Color Hex Logo

#b93258 Color Hex

#B93258
(185,50,88)
0 Favorites   0 Comments

Color spaces of #b93258

RGB 1855088
HSL0.950.570.46
HSV343°73°73°
CMYK 0.000.730.52   0.27
XYZ22.909613.300110.5922
Yxy13.30010.48950.2842
Hunter Lab36.469348.31048.3082
CIE-Lab43.212055.945010.1071

#b93258 color RGB value is (185,50,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110010 01011000
Octal 271 62 130
Decimal 185 50 88
Hex B9 32 58

RGB Percentages of Color #b93258

%57.28
%15.48
%27.24

CMYK Percentages of Color #b93258

%0
%73
%52
%27

Triadic Colors of #b93258

#b93258 #58b932 #3258b9

Analogous Colors of #b93258

#b93258 #b94f32 #b9329c

Monochromatic Colors of #b93258

#b93258

Complementary Color

#b93258 #32b993

#b93258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93258 Color CSS Codes

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

#b93258 Text Font Color

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

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


#b93258 Background Color

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

This div background color is #b93258


#b93258 Border Color

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

This div border color is #b93258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93258


Comments

No comments written yet.

Please login to write comment.