Color Hex Logo

#b1035d Color Hex

#B1035D
(177,3,93)
0 Favorites   0 Comments

Color spaces of #b1035d

RGB 177393
HSL0.910.970.35
HSV329°98°69°
CMYK 0.000.980.47   0.31
XYZ20.139810.202511.2637
Yxy10.20250.48410.2452
Hunter Lab31.941456.65121.4511
CIE-Lab38.203464.4509-0.4324

#b1035d color RGB value is (177,3,93).

#b1035d hex color red value is 177, green value is 3 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b1035d hue: 0.91 , saturation: 0.97 and the lightness value of b1035d is 0.35.

The process color (four color CMYK) of #b1035d color hex is 0.00, 0.98, 0.47, 0.31. Web safe color of #b1035d is #990066. Color #b1035d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000011 01011101
Octal 261 3 135
Decimal 177 3 93
Hex B1 3 5D

RGB Percentages of Color #b1035d

%64.84
%1.10
%34.07

CMYK Percentages of Color #b1035d

%0
%98
%47
%31

Triadic Colors of #b1035d

#b1035d #5db103 #035db1

Analogous Colors of #b1035d

#b1035d #b10306 #ae03b1

Monochromatic Colors of #b1035d

#b1035d

Complementary Color

#b1035d #03b157

#b1035d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1035d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1035d Color CSS Codes

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

#b1035d Text Font Color

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

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


#b1035d Background Color

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

This div background color is #b1035d


#b1035d Border Color

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

This div border color is #b1035d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1035d


Comments

No comments written yet.

Please login to write comment.