Color Hex Logo

#b435ae Color Hex

#B435AE
(180,53,174)
0 Favorites   0 Comments

Color spaces of #b435ae

RGB 18053174
HSL0.840.550.46
HSV303°71°71°
CMYK 0.000.710.03   0.29
XYZ27.735515.305541.5368
Yxy15.30550.32790.1810
Hunter Lab39.122258.0827-35.5637
CIE-Lab46.049864.1856-38.0686

#b435ae color RGB value is (180,53,174).

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

The process color (four color CMYK) of #b435ae color hex is 0.00, 0.71, 0.03, 0.29. Web safe color of #b435ae is #cc3399. Color #b435ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110101 10101110
Octal 264 65 256
Decimal 180 53 174
Hex B4 35 AE

RGB Percentages of Color #b435ae

%44.23
%13.02
%42.75

CMYK Percentages of Color #b435ae

%0
%71
%3
%29

Triadic Colors of #b435ae

#b435ae #aeb435 #35aeb4

Analogous Colors of #b435ae

#b435ae #b4356f #7b35b4

Monochromatic Colors of #b435ae

#b435ae

Complementary Color

#b435ae #35b43b

#b435ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b435ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b435ae Color CSS Codes

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

#b435ae Text Font Color

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

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


#b435ae Background Color

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

This div background color is #b435ae


#b435ae Border Color

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

This div border color is #b435ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b435ae


Comments

No comments written yet.

Please login to write comment.