Color Hex Logo

#b452ae Color Hex

#B452AE
(180,82,174)
0 Favorites   0 Comments

Color spaces of #b452ae

RGB 18082174
HSL0.840.400.51
HSV304°54°71°
CMYK 0.000.540.03   0.29
XYZ29.479718.793942.1182
Yxy18.79390.32610.2079
Hunter Lab43.351945.5157-27.2563
CIE-Lab50.445252.0512-31.1640

#b452ae color RGB value is (180,82,174).

#b452ae hex color red value is 180, green value is 82 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b452ae hue: 0.84 , saturation: 0.40 and the lightness value of b452ae is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010010 10101110
Octal 264 122 256
Decimal 180 82 174
Hex B4 52 AE

RGB Percentages of Color #b452ae

%41.28
%18.81
%39.91

CMYK Percentages of Color #b452ae

%0
%54
%3
%29

Triadic Colors of #b452ae

#b452ae #aeb452 #52aeb4

Analogous Colors of #b452ae

#b452ae #b4527d #8952b4

Monochromatic Colors of #b452ae

#b452ae

Complementary Color

#b452ae #52b458

#b452ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b452ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b452ae Color CSS Codes

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

#b452ae Text Font Color

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

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


#b452ae Background Color

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

This div background color is #b452ae


#b452ae Border Color

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

This div border color is #b452ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b452ae


Comments

No comments written yet.

Please login to write comment.