Color Hex Logo

#b144be Color Hex

#B144BE
(177,68,190)
0 Favorites   0 Comments

Color spaces of #b144be

RGB 17768190
HSL0.820.480.51
HSV294°64°75°
CMYK 0.070.640.00   0.25
XYZ29.492817.199150.4805
Yxy17.19910.30350.1770
Hunter Lab41.471854.3652-43.1390
CIE-Lab48.509960.4430-43.5689

#b144be color RGB value is (177,68,190).

#b144be hex color red value is 177, green value is 68 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b144be hue: 0.82 , saturation: 0.48 and the lightness value of b144be is 0.51.

The process color (four color CMYK) of #b144be color hex is 0.07, 0.64, 0.00, 0.25. Web safe color of #b144be is #9933cc. Color #b144be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000100 10111110
Octal 261 104 276
Decimal 177 68 190
Hex B1 44 BE

RGB Percentages of Color #b144be

%40.69
%15.63
%43.68

CMYK Percentages of Color #b144be

%7
%64
%0
%25

Triadic Colors of #b144be

#b144be #beb144 #44beb1

Analogous Colors of #b144be

#b144be #be448e #7444be

Monochromatic Colors of #b144be

#b144be

Complementary Color

#b144be #51be44

#b144be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b144be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b144be Color CSS Codes

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

#b144be Text Font Color

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

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


#b144be Background Color

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

This div background color is #b144be


#b144be Border Color

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

This div border color is #b144be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,68,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b144be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b144be;
  -webkit-box-shadow: 1px 1px 3px 2px #b144be;
  box-shadow:         1px 1px 3px 2px #b144be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,68,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b144be


Comments

No comments written yet.

Please login to write comment.