Color Hex Logo

#b14ded Color Hex

#B14DED
(177,77,237)
0 Favorites   0 Comments

Color spaces of #b14ded

RGB 17777237
HSL0.770.820.62
HSV278°68°93°
CMYK 0.250.680.00   0.07
XYZ36.071420.769382.2285
Yxy20.76930.25940.1493
Hunter Lab45.573361.5298-75.0763
CIE-Lab52.696165.8987-63.6896

#b14ded color RGB value is (177,77,237).

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

The process color (four color CMYK) of #b14ded color hex is 0.25, 0.68, 0.00, 0.07. Web safe color of #b14ded is #9966ff. Color #b14ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001101 11101101
Octal 261 115 355
Decimal 177 77 237
Hex B1 4D ED

RGB Percentages of Color #b14ded

%36.05
%15.68
%48.27

CMYK Percentages of Color #b14ded

%25
%68
%0
%7

Triadic Colors of #b14ded

#b14ded #edb14d #4dedb1

Analogous Colors of #b14ded

#b14ded #ed4dd9 #614ded

Monochromatic Colors of #b14ded

#b14ded

Complementary Color

#b14ded #89ed4d

#b14ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14ded Color CSS Codes

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

#b14ded Text Font Color

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

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


#b14ded Background Color

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

This div background color is #b14ded


#b14ded Border Color

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

This div border color is #b14ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14ded


Comments

No comments written yet.

Please login to write comment.