Color Hex Logo

#b55acf Color Hex

#B55ACF
(181,90,207)
0 Favorites   0 Comments

Color spaces of #b55acf

RGB 18190207
HSL0.800.550.58
HSV287°57°81°
CMYK 0.130.570.00   0.19
XYZ33.974721.641161.4180
Yxy21.64110.29030.1849
Hunter Lab46.520048.9530-45.7136
CIE-Lab53.644154.6579-45.1741

#b55acf color RGB value is (181,90,207).

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

The process color (four color CMYK) of #b55acf color hex is 0.13, 0.57, 0.00, 0.19. Web safe color of #b55acf is #cc66cc. Color #b55acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011010 11001111
Octal 265 132 317
Decimal 181 90 207
Hex B5 5A CF

RGB Percentages of Color #b55acf

%37.87
%18.83
%43.31

CMYK Percentages of Color #b55acf

%13
%57
%0
%19

Triadic Colors of #b55acf

#b55acf #cfb55a #5acfb5

Analogous Colors of #b55acf

#b55acf #cf5aaf #7b5acf

Monochromatic Colors of #b55acf

#b55acf

Complementary Color

#b55acf #74cf5a

#b55acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55acf Color CSS Codes

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

#b55acf Text Font Color

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

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


#b55acf Background Color

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

This div background color is #b55acf


#b55acf Border Color

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

This div border color is #b55acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55acf


Comments

No comments written yet.

Please login to write comment.