Color Hex Logo

#b423bb Color Hex

#B423BB
(180,35,187)
0 Favorites   0 Comments

Color spaces of #b423bb

RGB 18035187
HSL0.830.680.44
HSV297°81°73°
CMYK 0.040.810.00   0.27
XYZ28.393114.493248.3147
Yxy14.49320.31130.1589
Hunter Lab38.069966.5055-48.5962
CIE-Lab44.932171.6040-47.4915

#b423bb color RGB value is (180,35,187).

#b423bb hex color red value is 180, green value is 35 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b423bb hue: 0.83 , saturation: 0.68 and the lightness value of b423bb is 0.44.

The process color (four color CMYK) of #b423bb color hex is 0.04, 0.81, 0.00, 0.27. Web safe color of #b423bb is #cc33cc. Color #b423bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100011 10111011
Octal 264 43 273
Decimal 180 35 187
Hex B4 23 BB

RGB Percentages of Color #b423bb

%44.78
%8.71
%46.52

CMYK Percentages of Color #b423bb

%4
%81
%0
%27

Triadic Colors of #b423bb

#b423bb #bbb423 #23bbb4

Analogous Colors of #b423bb

#b423bb #bb2376 #6823bb

Monochromatic Colors of #b423bb

#b423bb

Complementary Color

#b423bb #2abb23

#b423bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b423bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b423bb Color CSS Codes

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

#b423bb Text Font Color

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

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


#b423bb Background Color

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

This div background color is #b423bb


#b423bb Border Color

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

This div border color is #b423bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b423bb


Comments

No comments written yet.

Please login to write comment.