Color Hex Logo

#b44ed3 Color Hex

#B44ED3
(180,78,211)
0 Favorites   0 Comments

Color spaces of #b44ed3

RGB 18078211
HSL0.790.600.57
HSV286°63°83°
CMYK 0.150.630.00   0.17
XYZ33.304719.855263.7051
Yxy19.85520.28500.1699
Hunter Lab44.559255.4370-53.5740
CIE-Lab51.673160.8055-50.5987

#b44ed3 color RGB value is (180,78,211).

#b44ed3 hex color red value is 180, green value is 78 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #b44ed3 hue: 0.79 , saturation: 0.60 and the lightness value of b44ed3 is 0.57.

The process color (four color CMYK) of #b44ed3 color hex is 0.15, 0.63, 0.00, 0.17. Web safe color of #b44ed3 is #cc66cc. Color #b44ed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001110 11010011
Octal 264 116 323
Decimal 180 78 211
Hex B4 4E D3

RGB Percentages of Color #b44ed3

%38.38
%16.63
%44.99

CMYK Percentages of Color #b44ed3

%15
%63
%0
%17

Triadic Colors of #b44ed3

#b44ed3 #d3b44e #4ed3b4

Analogous Colors of #b44ed3

#b44ed3 #d34eb0 #724ed3

Monochromatic Colors of #b44ed3

#b44ed3

Complementary Color

#b44ed3 #6dd34e

#b44ed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44ed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44ed3 Color CSS Codes

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

#b44ed3 Text Font Color

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

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


#b44ed3 Background Color

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

This div background color is #b44ed3


#b44ed3 Border Color

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

This div border color is #b44ed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44ed3


Comments

No comments written yet.

Please login to write comment.