Color Hex Logo

#b430ab Color Hex

#B430AB
(180,48,171)
0 Favorites   0 Comments

Color spaces of #b430ab

RGB 18048171
HSL0.840.580.45
HSV304°73°71°
CMYK 0.000.730.05   0.29
XYZ27.230014.757539.9414
Yxy14.75750.33240.1801
Hunter Lab38.415559.2988-34.7542
CIE-Lab45.300365.3894-37.4796

#b430ab color RGB value is (180,48,171).

#b430ab hex color red value is 180, green value is 48 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b430ab hue: 0.84 , saturation: 0.58 and the lightness value of b430ab is 0.45.

The process color (four color CMYK) of #b430ab color hex is 0.00, 0.73, 0.05, 0.29. Web safe color of #b430ab is #cc3399. Color #b430ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110000 10101011
Octal 264 60 253
Decimal 180 48 171
Hex B4 30 AB

RGB Percentages of Color #b430ab

%45.11
%12.03
%42.86

CMYK Percentages of Color #b430ab

%0
%73
%5
%29

Triadic Colors of #b430ab

#b430ab #abb430 #30abb4

Analogous Colors of #b430ab

#b430ab #b43069 #7b30b4

Monochromatic Colors of #b430ab

#b430ab

Complementary Color

#b430ab #30b439

#b430ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b430ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b430ab Color CSS Codes

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

#b430ab Text Font Color

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

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


#b430ab Background Color

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

This div background color is #b430ab


#b430ab Border Color

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

This div border color is #b430ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b430ab


Comments

No comments written yet.

Please login to write comment.