Color Hex Logo

#b55abd Color Hex

#B55ABD
(181,90,189)
0 Favorites   0 Comments

Color spaces of #b55abd

RGB 18190189
HSL0.820.430.55
HSV295°52°74°
CMYK 0.040.520.00   0.26
XYZ31.897520.810250.4797
Yxy20.81020.30910.2017
Hunter Lab45.618244.9803-33.6758
CIE-Lab52.741151.1657-36.2729

#b55abd color RGB value is (181,90,189).

#b55abd hex color red value is 181, green value is 90 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b55abd hue: 0.82 , saturation: 0.43 and the lightness value of b55abd is 0.55.

The process color (four color CMYK) of #b55abd color hex is 0.04, 0.52, 0.00, 0.26. Web safe color of #b55abd is #cc66cc. Color #b55abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011010 10111101
Octal 265 132 275
Decimal 181 90 189
Hex B5 5A BD

RGB Percentages of Color #b55abd

%39.35
%19.57
%41.09

CMYK Percentages of Color #b55abd

%4
%52
%0
%26

Triadic Colors of #b55abd

#b55abd #bdb55a #5abdb5

Analogous Colors of #b55abd

#b55abd #bd5a94 #845abd

Monochromatic Colors of #b55abd

#b55abd

Complementary Color

#b55abd #62bd5a

#b55abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55abd Color CSS Codes

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

#b55abd Text Font Color

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

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


#b55abd Background Color

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

This div background color is #b55abd


#b55abd Border Color

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

This div border color is #b55abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55abd


Comments

No comments written yet.

Please login to write comment.