Color Hex Logo

#b440ad Color Hex

#B440AD
(180,64,173)
0 Favorites   0 Comments

Color spaces of #b440ad

RGB 18064173
HSL0.840.480.48
HSV304°64°71°
CMYK 0.000.640.04   0.29
XYZ28.198616.387241.2120
Yxy16.38720.32870.1910
Hunter Lab40.481153.4988-32.0237
CIE-Lab47.478459.8634-35.2264

#b440ad color RGB value is (180,64,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 10101101
Octal 264 100 255
Decimal 180 64 173
Hex B4 40 AD

RGB Percentages of Color #b440ad

%43.17
%15.35
%41.49

CMYK Percentages of Color #b440ad

%0
%64
%4
%29

Triadic Colors of #b440ad

#b440ad #adb440 #40adb4

Analogous Colors of #b440ad

#b440ad #b44073 #8140b4

Monochromatic Colors of #b440ad

#b440ad

Complementary Color

#b440ad #40b447

#b440ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b440ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b440ad Color CSS Codes

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

#b440ad Text Font Color

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

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


#b440ad Background Color

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

This div background color is #b440ad


#b440ad Border Color

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

This div border color is #b440ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b440ad


Comments

No comments written yet.

Please login to write comment.