Color Hex Logo

#b423ab Color Hex

#B423AB
(180,35,171)
0 Favorites   0 Comments

Color spaces of #b423ab

RGB 18035171
HSL0.840.670.42
HSV304°81°71°
CMYK 0.000.810.05   0.29
XYZ26.774113.845639.7894
Yxy13.84560.33300.1722
Hunter Lab37.209763.3222-37.3538
CIE-Lab44.010769.0979-39.5211

#b423ab color RGB value is (180,35,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100011 10101011
Octal 264 43 253
Decimal 180 35 171
Hex B4 23 AB

RGB Percentages of Color #b423ab

%46.63
%9.07
%44.30

CMYK Percentages of Color #b423ab

%0
%81
%5
%29

Triadic Colors of #b423ab

#b423ab #abb423 #23abb4

Analogous Colors of #b423ab

#b423ab #b42362 #7523b4

Monochromatic Colors of #b423ab

#b423ab

Complementary Color

#b423ab #23b42c

#b423ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b423ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b423ab Color CSS Codes

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

#b423ab Text Font Color

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

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


#b423ab Background Color

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

This div background color is #b423ab


#b423ab Border Color

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

This div border color is #b423ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b423ab


Comments

No comments written yet.

Please login to write comment.