Color Hex Logo

#b57cfa Color Hex

#B57CFA
(181,124,250)
0 Favorites   0 Comments

Color spaces of #b57cfa

RGB 181124250
HSL0.740.930.73
HSV267°50°98°
CMYK 0.280.500.00   0.02
XYZ43.519031.141294.1596
Yxy31.14120.25780.1845
Hunter Lab55.804341.5457-60.9781
CIE-Lab62.626646.4670-54.9821

#b57cfa color RGB value is (181,124,250).

#b57cfa hex color red value is 181, green value is 124 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b57cfa hue: 0.74 , saturation: 0.93 and the lightness value of b57cfa is 0.73.

The process color (four color CMYK) of #b57cfa color hex is 0.28, 0.50, 0.00, 0.02. Web safe color of #b57cfa is #cc66ff. Color #b57cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111100 11111010
Octal 265 174 372
Decimal 181 124 250
Hex B5 7C FA

RGB Percentages of Color #b57cfa

%32.61
%22.34
%45.05

CMYK Percentages of Color #b57cfa

%28
%50
%0
%2

Triadic Colors of #b57cfa

#b57cfa #fab57c #7cfab5

Analogous Colors of #b57cfa

#b57cfa #f47cfa #7c82fa

Monochromatic Colors of #b57cfa

#b57cfa

Complementary Color

#b57cfa #c1fa7c

#b57cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57cfa Color CSS Codes

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

#b57cfa Text Font Color

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

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


#b57cfa Background Color

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

This div background color is #b57cfa


#b57cfa Border Color

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

This div border color is #b57cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57cfa


Comments

No comments written yet.

Please login to write comment.