Color Hex Logo

#b57fda Color Hex

#B57FDA
(181,127,218)
0 Favorites   0 Comments

Color spaces of #b57fda

RGB 181127218
HSL0.770.550.68
HSV276°42°85°
CMYK 0.170.420.00   0.15
XYZ39.300330.064570.0613
Yxy30.06450.28190.2156
Hunter Lab54.831131.9858-37.3770
CIE-Lab61.709837.5406-38.6819

#b57fda color RGB value is (181,127,218).

#b57fda hex color red value is 181, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b57fda hue: 0.77 , saturation: 0.55 and the lightness value of b57fda is 0.68.

The process color (four color CMYK) of #b57fda color hex is 0.17, 0.42, 0.00, 0.15. Web safe color of #b57fda is #cc66cc. Color #b57fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111111 11011010
Octal 265 177 332
Decimal 181 127 218
Hex B5 7F DA

RGB Percentages of Color #b57fda

%34.41
%24.14
%41.44

CMYK Percentages of Color #b57fda

%17
%42
%0
%15

Triadic Colors of #b57fda

#b57fda #dab57f #7fdab5

Analogous Colors of #b57fda

#b57fda #da7fd2 #887fda

Monochromatic Colors of #b57fda

#b57fda

Complementary Color

#b57fda #a4da7f

#b57fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57fda Color CSS Codes

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

#b57fda Text Font Color

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

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


#b57fda Background Color

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

This div background color is #b57fda


#b57fda Border Color

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

This div border color is #b57fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57fda


Comments

No comments written yet.

Please login to write comment.