Color Hex Logo

#b12755 Color Hex

#B12755
(177,39,85)
0 Favorites   0 Comments

Color spaces of #b12755

RGB 1773985
HSL0.940.640.42
HSV340°78°69°
CMYK 0.000.780.52   0.31
XYZ20.496711.45409.7249
Yxy11.45400.49180.2748
Hunter Lab33.843848.87796.6538
CIE-Lab40.334857.01447.7289

#b12755 color RGB value is (177,39,85).

#b12755 hex color red value is 177, green value is 39 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #b12755 hue: 0.94 , saturation: 0.64 and the lightness value of b12755 is 0.42.

The process color (four color CMYK) of #b12755 color hex is 0.00, 0.78, 0.52, 0.31. Web safe color of #b12755 is #993366. Color #b12755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100111 01010101
Octal 261 47 125
Decimal 177 39 85
Hex B1 27 55

RGB Percentages of Color #b12755

%58.80
%12.96
%28.24

CMYK Percentages of Color #b12755

%0
%78
%52
%31

Triadic Colors of #b12755

#b12755 #55b127 #2755b1

Analogous Colors of #b12755

#b12755 #b13e27 #b1279a

Monochromatic Colors of #b12755

#b12755

Complementary Color

#b12755 #27b183

#b12755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12755 Color CSS Codes

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

#b12755 Text Font Color

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

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


#b12755 Background Color

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

This div background color is #b12755


#b12755 Border Color

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

This div border color is #b12755


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,39,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b12755; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b12755;
  -webkit-box-shadow: 1px 1px 3px 2px #b12755;
  box-shadow:         1px 1px 3px 2px #b12755; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,39,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12755


Comments

No comments written yet.

Please login to write comment.