Color Hex Logo

#b55498 Color Hex

#B55498
(181,84,152)
0 Favorites   0 Comments

Color spaces of #b55498

RGB 18184152
HSL0.880.400.52
HSV318°54°71°
CMYK 0.000.540.16   0.29
XYZ27.893918.431431.7932
Yxy18.43140.35710.2359
Hunter Lab42.931840.8454-13.8550
CIE-Lab50.015247.7235-18.8655

#b55498 color RGB value is (181,84,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010100 10011000
Octal 265 124 230
Decimal 181 84 152
Hex B5 54 98

RGB Percentages of Color #b55498

%43.41
%20.14
%36.45

CMYK Percentages of Color #b55498

%0
%54
%16
%29

Triadic Colors of #b55498

#b55498 #98b554 #5498b5

Analogous Colors of #b55498

#b55498 #b55468 #a254b5

Monochromatic Colors of #b55498

#b55498

Complementary Color

#b55498 #54b571

#b55498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55498 Color CSS Codes

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

#b55498 Text Font Color

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

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


#b55498 Background Color

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

This div background color is #b55498


#b55498 Border Color

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

This div border color is #b55498


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,84,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55498


Comments

No comments written yet.

Please login to write comment.