Color Hex Logo

#b10395 Color Hex

#B10395
(177,3,149)
0 Favorites   0 Comments

Color spaces of #b10395

RGB 1773149
HSL0.860.970.35
HSV310°98°69°
CMYK 0.000.980.16   0.31
XYZ23.588811.582229.4261
Yxy11.58220.36520.1793
Hunter Lab34.032664.1654-27.4419
CIE-Lab40.544270.4890-31.8166

#b10395 color RGB value is (177,3,149).

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

The process color (four color CMYK) of #b10395 color hex is 0.00, 0.98, 0.16, 0.31. Web safe color of #b10395 is #990099. Color #b10395 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000011 10010101
Octal 261 3 225
Decimal 177 3 149
Hex B1 3 95

RGB Percentages of Color #b10395

%53.80
%0.91
%45.29

CMYK Percentages of Color #b10395

%0
%98
%16
%31

Triadic Colors of #b10395

#b10395 #95b103 #0395b1

Analogous Colors of #b10395

#b10395 #b1033e #7603b1

Monochromatic Colors of #b10395

#b10395

Complementary Color

#b10395 #03b11f

#b10395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10395 Color CSS Codes

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

#b10395 Text Font Color

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

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


#b10395 Background Color

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

This div background color is #b10395


#b10395 Border Color

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

This div border color is #b10395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10395


Comments

No comments written yet.

Please login to write comment.