Color Hex Logo

#b57dea Color Hex

#B57DEA
(181,125,234)
0 Favorites   0 Comments

Color spaces of #b57dea

RGB 181125234
HSL0.750.720.70
HSV271°47°92°
CMYK 0.230.470.00   0.08
XYZ41.241030.431581.5421
Yxy30.43150.26920.1986
Hunter Lab55.164836.9077-49.0245
CIE-Lab62.024842.2163-47.0974

#b57dea color RGB value is (181,125,234).

#b57dea hex color red value is 181, green value is 125 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b57dea hue: 0.75 , saturation: 0.72 and the lightness value of b57dea is 0.70.

The process color (four color CMYK) of #b57dea color hex is 0.23, 0.47, 0.00, 0.08. Web safe color of #b57dea is #cc66ff. Color #b57dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111101 11101010
Octal 265 175 352
Decimal 181 125 234
Hex B5 7D EA

RGB Percentages of Color #b57dea

%33.52
%23.15
%43.33

CMYK Percentages of Color #b57dea

%23
%47
%0
%8

Triadic Colors of #b57dea

#b57dea #eab57d #7deab5

Analogous Colors of #b57dea

#b57dea #ea7de9 #7f7dea

Monochromatic Colors of #b57dea

#b57dea

Complementary Color

#b57dea #b2ea7d

#b57dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57dea Color CSS Codes

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

#b57dea Text Font Color

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

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


#b57dea Background Color

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

This div background color is #b57dea


#b57dea Border Color

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

This div border color is #b57dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57dea


Comments

No comments written yet.

Please login to write comment.