Color Hex Logo

#b55390 Color Hex

#B55390
(181,83,144)
0 Favorites   0 Comments

Color spaces of #b55390

RGB 18183144
HSL0.900.400.52
HSV323°54°71°
CMYK 0.000.540.20   0.29
XYZ27.183418.023928.4318
Yxy18.02390.36910.2448
Hunter Lab42.454639.9970-9.9883
CIE-Lab49.525146.9907-14.8592

#b55390 color RGB value is (181,83,144).

#b55390 hex color red value is 181, green value is 83 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b55390 hue: 0.90 , saturation: 0.40 and the lightness value of b55390 is 0.52.

The process color (four color CMYK) of #b55390 color hex is 0.00, 0.54, 0.20, 0.29. Web safe color of #b55390 is #cc6699. Color #b55390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010011 10010000
Octal 265 123 220
Decimal 181 83 144
Hex B5 53 90

RGB Percentages of Color #b55390

%44.36
%20.34
%35.29

CMYK Percentages of Color #b55390

%0
%54
%20
%29

Triadic Colors of #b55390

#b55390 #90b553 #5390b5

Analogous Colors of #b55390

#b55390 #b5535f #a953b5

Monochromatic Colors of #b55390

#b55390

Complementary Color

#b55390 #53b578

#b55390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55390 Color CSS Codes

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

#b55390 Text Font Color

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

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


#b55390 Background Color

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

This div background color is #b55390


#b55390 Border Color

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

This div border color is #b55390


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,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 #b55390">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55390


Comments

No comments written yet.

Please login to write comment.