Color Hex Logo

#b449eb Color Hex

#B449EB
(180,73,235)
0 Favorites   0 Comments

Color spaces of #b449eb

RGB 18073235
HSL0.780.800.60
HSV280°69°92°
CMYK 0.230.690.00   0.08
XYZ36.200320.466580.6397
Yxy20.46650.26360.1491
Hunter Lab45.239963.6632-74.0159
CIE-Lab52.360667.7754-63.0873

#b449eb color RGB value is (180,73,235).

#b449eb hex color red value is 180, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b449eb hue: 0.78 , saturation: 0.80 and the lightness value of b449eb is 0.60.

The process color (four color CMYK) of #b449eb color hex is 0.23, 0.69, 0.00, 0.08. Web safe color of #b449eb is #cc33ff. Color #b449eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001001 11101011
Octal 264 111 353
Decimal 180 73 235
Hex B4 49 EB

RGB Percentages of Color #b449eb

%36.89
%14.96
%48.16

CMYK Percentages of Color #b449eb

%23
%69
%0
%8

Triadic Colors of #b449eb

#b449eb #ebb449 #49ebb4

Analogous Colors of #b449eb

#b449eb #eb49d1 #6349eb

Monochromatic Colors of #b449eb

#b449eb

Complementary Color

#b449eb #80eb49

#b449eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b449eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b449eb Color CSS Codes

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

#b449eb Text Font Color

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

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


#b449eb Background Color

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

This div background color is #b449eb


#b449eb Border Color

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

This div border color is #b449eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b449eb


Comments

No comments written yet.

Please login to write comment.