Color Hex Logo

#b435ac Color Hex

#B435AC
(180,53,172)
0 Favorites   0 Comments

Color spaces of #b435ac

RGB 18053172
HSL0.840.550.46
HSV304°71°71°
CMYK 0.000.710.04   0.29
XYZ27.541915.228140.5174
Yxy15.22810.33070.1828
Hunter Lab39.023257.6916-34.2440
CIE-Lab45.945063.8638-37.0528

#b435ac color RGB value is (180,53,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110101 10101100
Octal 264 65 254
Decimal 180 53 172
Hex B4 35 AC

RGB Percentages of Color #b435ac

%44.44
%13.09
%42.47

CMYK Percentages of Color #b435ac

%0
%71
%4
%29

Triadic Colors of #b435ac

#b435ac #acb435 #35acb4

Analogous Colors of #b435ac

#b435ac #b4356d #7d35b4

Monochromatic Colors of #b435ac

#b435ac

Complementary Color

#b435ac #35b43d

#b435ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b435ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b435ac Color CSS Codes

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

#b435ac Text Font Color

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

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


#b435ac Background Color

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

This div background color is #b435ac


#b435ac Border Color

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

This div border color is #b435ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,53,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b435ac


Comments

No comments written yet.

Please login to write comment.