Color Hex Logo

#b435ad Color Hex

#B435AD
(180,53,173)
0 Favorites   0 Comments

Color spaces of #b435ad

RGB 18053173
HSL0.840.550.46
HSV303°71°71°
CMYK 0.000.710.04   0.29
XYZ27.638315.266641.0252
Yxy15.26660.32930.1819
Hunter Lab39.072557.8868-34.9024
CIE-Lab45.997264.0246-37.5614

#b435ad color RGB value is (180,53,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110101 10101101
Octal 264 65 255
Decimal 180 53 173
Hex B4 35 AD

RGB Percentages of Color #b435ad

%44.33
%13.05
%42.61

CMYK Percentages of Color #b435ad

%0
%71
%4
%29

Triadic Colors of #b435ad

#b435ad #adb435 #35adb4

Analogous Colors of #b435ad

#b435ad #b4356e #7c35b4

Monochromatic Colors of #b435ad

#b435ad

Complementary Color

#b435ad #35b43c

#b435ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b435ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b435ad Color CSS Codes

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

#b435ad Text Font Color

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

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


#b435ad Background Color

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

This div background color is #b435ad


#b435ad Border Color

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

This div border color is #b435ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b435ad


Comments

No comments written yet.

Please login to write comment.