Color Hex Logo

#b53dae Color Hex

#B53DAE
(181,61,174)
0 Favorites   0 Comments

Color spaces of #b53dae

RGB 18161174
HSL0.840.500.47
HSV304°66°71°
CMYK 0.000.660.04   0.29
XYZ28.364816.217241.6796
Yxy16.21720.32880.1880
Hunter Lab40.270655.2539-33.1751
CIE-Lab47.258261.4667-36.1513

#b53dae color RGB value is (181,61,174).

#b53dae hex color red value is 181, green value is 61 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b53dae hue: 0.84 , saturation: 0.50 and the lightness value of b53dae is 0.47.

The process color (four color CMYK) of #b53dae color hex is 0.00, 0.66, 0.04, 0.29. Web safe color of #b53dae is #cc3399. Color #b53dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111101 10101110
Octal 265 75 256
Decimal 181 61 174
Hex B5 3D AE

RGB Percentages of Color #b53dae

%43.51
%14.66
%41.83

CMYK Percentages of Color #b53dae

%0
%66
%4
%29

Triadic Colors of #b53dae

#b53dae #aeb53d #3daeb5

Analogous Colors of #b53dae

#b53dae #b53d72 #803db5

Monochromatic Colors of #b53dae

#b53dae

Complementary Color

#b53dae #3db544

#b53dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53dae Color CSS Codes

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

#b53dae Text Font Color

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

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


#b53dae Background Color

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

This div background color is #b53dae


#b53dae Border Color

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

This div border color is #b53dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53dae


Comments

No comments written yet.

Please login to write comment.