Color Hex Logo

#b57adf Color Hex

#B57ADF
(181,122,223)
0 Favorites   0 Comments

Color spaces of #b57adf

RGB 181122223
HSL0.760.610.68
HSV275°45°87°
CMYK 0.190.450.00   0.13
XYZ39.334929.070573.3500
Yxy29.07050.27750.2051
Hunter Lab53.917135.8688-42.9175
CIE-Lab60.843841.3828-42.8355

#b57adf color RGB value is (181,122,223).

#b57adf hex color red value is 181, green value is 122 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b57adf hue: 0.76 , saturation: 0.61 and the lightness value of b57adf is 0.68.

The process color (four color CMYK) of #b57adf color hex is 0.19, 0.45, 0.00, 0.13. Web safe color of #b57adf is #cc66cc. Color #b57adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111010 11011111
Octal 265 172 337
Decimal 181 122 223
Hex B5 7A DF

RGB Percentages of Color #b57adf

%34.41
%23.19
%42.40

CMYK Percentages of Color #b57adf

%19
%45
%0
%13

Triadic Colors of #b57adf

#b57adf #dfb57a #7adfb5

Analogous Colors of #b57adf

#b57adf #df7ad7 #837adf

Monochromatic Colors of #b57adf

#b57adf

Complementary Color

#b57adf #a4df7a

#b57adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57adf Color CSS Codes

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

#b57adf Text Font Color

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

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


#b57adf Background Color

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

This div background color is #b57adf


#b57adf Border Color

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

This div border color is #b57adf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,122,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57adf


Comments

No comments written yet.

Please login to write comment.