Color Hex Logo

#b481be Color Hex

#B481BE
(180,129,190)
0 Favorites   0 Comments

Color spaces of #b481be

RGB 180129190
HSL0.810.320.63
HSV290°32°75°
CMYK 0.050.320.00   0.25
XYZ35.966929.121552.4405
Yxy29.12150.30600.2478
Hunter Lab53.964324.5316-19.8407
CIE-Lab60.888730.2357-24.2042

#b481be color RGB value is (180,129,190).

#b481be hex color red value is 180, green value is 129 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b481be hue: 0.81 , saturation: 0.32 and the lightness value of b481be is 0.63.

The process color (four color CMYK) of #b481be color hex is 0.05, 0.32, 0.00, 0.25. Web safe color of #b481be is #cc99cc. Color #b481be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 10111110
Octal 264 201 276
Decimal 180 129 190
Hex B4 81 BE

RGB Percentages of Color #b481be

%36.07
%25.85
%38.08

CMYK Percentages of Color #b481be

%5
%32
%0
%25

Triadic Colors of #b481be

#b481be #beb481 #81beb4

Analogous Colors of #b481be

#b481be #be81aa #9681be

Monochromatic Colors of #b481be

#b481be

Complementary Color

#b481be #8bbe81

#b481be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b481be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b481be Color CSS Codes

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

#b481be Text Font Color

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

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


#b481be Background Color

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

This div background color is #b481be


#b481be Border Color

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

This div border color is #b481be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b481be


Comments

No comments written yet.

Please login to write comment.