Color Hex Logo

#b57dfe Color Hex

#B57DFE
(181,125,254)
0 Favorites   0 Comments

Color spaces of #b57dfe

RGB 181125254
HSL0.740.980.74
HSV266°51°100°
CMYK 0.290.510.00   0.00
XYZ44.279131.646797.5406
Yxy31.64670.25530.1824
Hunter Lab56.255442.0519-63.4235
CIE-Lab63.049846.8738-56.5064

#b57dfe color RGB value is (181,125,254).

#b57dfe hex color red value is 181, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b57dfe hue: 0.74 , saturation: 0.98 and the lightness value of b57dfe is 0.74.

The process color (four color CMYK) of #b57dfe color hex is 0.29, 0.51, 0.00, 0.00. Web safe color of #b57dfe is #cc66ff. Color #b57dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111101 11111110
Octal 265 175 376
Decimal 181 125 254
Hex B5 7D FE

RGB Percentages of Color #b57dfe

%32.32
%22.32
%45.36

CMYK Percentages of Color #b57dfe

%29
%51
%0
%0

Triadic Colors of #b57dfe

#b57dfe #feb57d #7dfeb5

Analogous Colors of #b57dfe

#b57dfe #f67dfe #7d86fe

Monochromatic Colors of #b57dfe

#b57dfe

Complementary Color

#b57dfe #c6fe7d

#b57dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57dfe Color CSS Codes

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

#b57dfe Text Font Color

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

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


#b57dfe Background Color

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

This div background color is #b57dfe


#b57dfe Border Color

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

This div border color is #b57dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.