Color Hex Logo

#b55fae Color Hex

#B55FAE
(181,95,174)
0 Favorites   0 Comments

Color spaces of #b55fae

RGB 18195174
HSL0.850.370.54
HSV305°48°71°
CMYK 0.000.480.04   0.29
XYZ30.788221.064242.4875
Yxy21.06420.32640.2233
Hunter Lab45.895839.4254-22.7601
CIE-Lab53.019745.8895-27.1499

#b55fae color RGB value is (181,95,174).

#b55fae hex color red value is 181, green value is 95 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b55fae hue: 0.85 , saturation: 0.37 and the lightness value of b55fae is 0.54.

The process color (four color CMYK) of #b55fae color hex is 0.00, 0.48, 0.04, 0.29. Web safe color of #b55fae is #cc6699. Color #b55fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011111 10101110
Octal 265 137 256
Decimal 181 95 174
Hex B5 5F AE

RGB Percentages of Color #b55fae

%40.22
%21.11
%38.67

CMYK Percentages of Color #b55fae

%0
%48
%4
%29

Triadic Colors of #b55fae

#b55fae #aeb55f #5faeb5

Analogous Colors of #b55fae

#b55fae #b55f83 #915fb5

Monochromatic Colors of #b55fae

#b55fae

Complementary Color

#b55fae #5fb566

#b55fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55fae Color CSS Codes

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

#b55fae Text Font Color

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

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


#b55fae Background Color

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

This div background color is #b55fae


#b55fae Border Color

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

This div border color is #b55fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55fae


Comments

No comments written yet.

Please login to write comment.