Color Hex Logo

#b15390 Color Hex

#B15390
(177,83,144)
0 Favorites   0 Comments

Color spaces of #b15390

RGB 17783144
HSL0.890.380.51
HSV321°53°69°
CMYK 0.000.530.19   0.31
XYZ26.258817.547228.3885
Yxy17.54720.36370.2431
Hunter Lab41.889438.5882-10.8584
CIE-Lab48.942245.7249-15.7992

#b15390 color RGB value is (177,83,144).

#b15390 hex color red value is 177, green value is 83 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b15390 hue: 0.89 , saturation: 0.38 and the lightness value of b15390 is 0.51.

The process color (four color CMYK) of #b15390 color hex is 0.00, 0.53, 0.19, 0.31. Web safe color of #b15390 is #996699. Color #b15390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010011 10010000
Octal 261 123 220
Decimal 177 83 144
Hex B1 53 90

RGB Percentages of Color #b15390

%43.81
%20.54
%35.64

CMYK Percentages of Color #b15390

%0
%53
%19
%31

Triadic Colors of #b15390

#b15390 #90b153 #5390b1

Analogous Colors of #b15390

#b15390 #b15361 #a353b1

Monochromatic Colors of #b15390

#b15390

Complementary Color

#b15390 #53b174

#b15390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15390 Color CSS Codes

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

#b15390 Text Font Color

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

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


#b15390 Background Color

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

This div background color is #b15390


#b15390 Border Color

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

This div border color is #b15390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15390


Comments

No comments written yet.

Please login to write comment.