Color Hex Logo

#b44def Color Hex

#B44DEF
(180,77,239)
0 Favorites   0 Comments

Color spaces of #b44def

RGB 18077239
HSL0.770.840.62
HSV278°68°94°
CMYK 0.250.680.00   0.06
XYZ37.056321.243083.8086
Yxy21.24300.26080.1495
Hunter Lab46.090162.8556-75.5477
CIE-Lab53.214466.9296-63.9551

#b44def color RGB value is (180,77,239).

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

The process color (four color CMYK) of #b44def color hex is 0.25, 0.68, 0.00, 0.06. Web safe color of #b44def is #cc66ff. Color #b44def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001101 11101111
Octal 264 115 357
Decimal 180 77 239
Hex B4 4D EF

RGB Percentages of Color #b44def

%36.29
%15.52
%48.19

CMYK Percentages of Color #b44def

%25
%68
%0
%6

Triadic Colors of #b44def

#b44def #efb44d #4defb4

Analogous Colors of #b44def

#b44def #ef4dd9 #634def

Monochromatic Colors of #b44def

#b44def

Complementary Color

#b44def #88ef4d

#b44def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44def Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44def Color CSS Codes

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

#b44def Text Font Color

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

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


#b44def Background Color

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

This div background color is #b44def


#b44def Border Color

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

This div border color is #b44def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,77,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 #b44def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44def


Comments

No comments written yet.

Please login to write comment.