Color Hex Logo

#b427ad Color Hex

#B427AD
(180,39,173)
0 Favorites   0 Comments

Color spaces of #b427ad

RGB 18039173
HSL0.840.640.43
HSV303°78°71°
CMYK 0.000.780.04   0.29
XYZ27.090714.171540.8427
Yxy14.17150.33000.1726
Hunter Lab37.645162.5760-37.9747
CIE-Lab44.477968.3710-39.9664

#b427ad color RGB value is (180,39,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100111 10101101
Octal 264 47 255
Decimal 180 39 173
Hex B4 27 AD

RGB Percentages of Color #b427ad

%45.92
%9.95
%44.13

CMYK Percentages of Color #b427ad

%0
%78
%4
%29

Triadic Colors of #b427ad

#b427ad #adb427 #27adb4

Analogous Colors of #b427ad

#b427ad #b42767 #7527b4

Monochromatic Colors of #b427ad

#b427ad

Complementary Color

#b427ad #27b42e

#b427ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b427ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b427ad Color CSS Codes

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

#b427ad Text Font Color

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

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


#b427ad Background Color

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

This div background color is #b427ad


#b427ad Border Color

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

This div border color is #b427ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b427ad


Comments

No comments written yet.

Please login to write comment.