Color Hex Logo

#b14dba Color Hex

#B14DBA
(177,77,186)
0 Favorites   0 Comments

Color spaces of #b14dba

RGB 17777186
HSL0.820.440.52
HSV295°59°73°
CMYK 0.050.590.00   0.27
XYZ29.648318.200048.4047
Yxy18.20000.30800.1891
Hunter Lab42.661549.3940-37.4088
CIE-Lab49.737855.7443-39.3004

#b14dba color RGB value is (177,77,186).

#b14dba hex color red value is 177, green value is 77 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b14dba hue: 0.82 , saturation: 0.44 and the lightness value of b14dba is 0.52.

The process color (four color CMYK) of #b14dba color hex is 0.05, 0.59, 0.00, 0.27. Web safe color of #b14dba is #9966cc. Color #b14dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001101 10111010
Octal 261 115 272
Decimal 177 77 186
Hex B1 4D BA

RGB Percentages of Color #b14dba

%40.23
%17.50
%42.27

CMYK Percentages of Color #b14dba

%5
%59
%0
%27

Triadic Colors of #b14dba

#b14dba #bab14d #4dbab1

Analogous Colors of #b14dba

#b14dba #ba4d8d #7b4dba

Monochromatic Colors of #b14dba

#b14dba

Complementary Color

#b14dba #56ba4d

#b14dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14dba Color CSS Codes

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

#b14dba Text Font Color

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

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


#b14dba Background Color

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

This div background color is #b14dba


#b14dba Border Color

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

This div border color is #b14dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14dba


Comments

No comments written yet.

Please login to write comment.