Color Hex Logo

#b449ef Color Hex

#B449EF
(180,73,239)
0 Favorites   0 Comments

Color spaces of #b449ef

RGB 18073239
HSL0.770.840.61
HSV279°69°94°
CMYK 0.250.690.00   0.06
XYZ36.784920.700483.7181
Yxy20.70040.26050.1466
Hunter Lab45.497764.6964-77.2483
CIE-Lab52.620068.5977-64.9139

#b449ef color RGB value is (180,73,239).

#b449ef hex color red value is 180, green value is 73 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b449ef hue: 0.77 , saturation: 0.84 and the lightness value of b449ef is 0.61.

The process color (four color CMYK) of #b449ef color hex is 0.25, 0.69, 0.00, 0.06. Web safe color of #b449ef is #cc33ff. Color #b449ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001001 11101111
Octal 264 111 357
Decimal 180 73 239
Hex B4 49 EF

RGB Percentages of Color #b449ef

%36.59
%14.84
%48.58

CMYK Percentages of Color #b449ef

%25
%69
%0
%6

Triadic Colors of #b449ef

#b449ef #efb449 #49efb4

Analogous Colors of #b449ef

#b449ef #ef49d7 #6149ef

Monochromatic Colors of #b449ef

#b449ef

Complementary Color

#b449ef #84ef49

#b449ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b449ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b449ef Color CSS Codes

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

#b449ef Text Font Color

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

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


#b449ef Background Color

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

This div background color is #b449ef


#b449ef Border Color

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

This div border color is #b449ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b449ef


Comments

No comments written yet.

Please login to write comment.