Color Hex Logo

#b14dda Color Hex

#B14DDA
(177,77,218)
0 Favorites   0 Comments

Color spaces of #b14dda

RGB 17777218
HSL0.780.660.58
HSV283°65°85°
CMYK 0.190.650.00   0.15
XYZ33.440219.716868.3729
Yxy19.71680.27520.1622
Hunter Lab44.403656.7214-60.2125
CIE-Lab51.515561.9623-54.8600

#b14dda color RGB value is (177,77,218).

#b14dda hex color red value is 177, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b14dda hue: 0.78 , saturation: 0.66 and the lightness value of b14dda is 0.58.

The process color (four color CMYK) of #b14dda color hex is 0.19, 0.65, 0.00, 0.15. Web safe color of #b14dda is #9966cc. Color #b14dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001101 11011010
Octal 261 115 332
Decimal 177 77 218
Hex B1 4D DA

RGB Percentages of Color #b14dda

%37.50
%16.31
%46.19

CMYK Percentages of Color #b14dda

%19
%65
%0
%15

Triadic Colors of #b14dda

#b14dda #dab14d #4ddab1

Analogous Colors of #b14dda

#b14dda #da4dbd #6b4dda

Monochromatic Colors of #b14dda

#b14dda

Complementary Color

#b14dda #76da4d

#b14dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14dda Color CSS Codes

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

#b14dda Text Font Color

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

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


#b14dda Background Color

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

This div background color is #b14dda


#b14dda Border Color

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

This div border color is #b14dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14dda


Comments

No comments written yet.

Please login to write comment.