Color Hex Logo

#b44aed Color Hex

#B44AED
(180,74,237)
0 Favorites   0 Comments

Color spaces of #b44aed

RGB 18074237
HSL0.780.820.61
HSV279°69°93°
CMYK 0.240.690.00   0.07
XYZ36.557220.715382.1924
Yxy20.71530.26210.1485
Hunter Lab45.514163.7228-75.2101
CIE-Lab52.636567.7734-63.7657

#b44aed color RGB value is (180,74,237).

#b44aed hex color red value is 180, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b44aed hue: 0.78 , saturation: 0.82 and the lightness value of b44aed is 0.61.

The process color (four color CMYK) of #b44aed color hex is 0.24, 0.69, 0.00, 0.07. Web safe color of #b44aed is #cc33ff. Color #b44aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001010 11101101
Octal 264 112 355
Decimal 180 74 237
Hex B4 4A ED

RGB Percentages of Color #b44aed

%36.66
%15.07
%48.27

CMYK Percentages of Color #b44aed

%24
%69
%0
%7

Triadic Colors of #b44aed

#b44aed #edb44a #4aedb4

Analogous Colors of #b44aed

#b44aed #ed4ad5 #634aed

Monochromatic Colors of #b44aed

#b44aed

Complementary Color

#b44aed #83ed4a

#b44aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44aed Color CSS Codes

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

#b44aed Text Font Color

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

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


#b44aed Background Color

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

This div background color is #b44aed


#b44aed Border Color

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

This div border color is #b44aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44aed


Comments

No comments written yet.

Please login to write comment.