Color Hex Logo

#b57ded Color Hex

#B57DED
(181,125,237)
0 Favorites   0 Comments

Color spaces of #b57ded

RGB 181125237
HSL0.750.760.71
HSV270°47°93°
CMYK 0.240.470.00   0.07
XYZ41.675730.605483.8316
Yxy30.60540.26700.1960
Hunter Lab55.322137.6552-51.1187
CIE-Lab62.173142.9023-48.5259

#b57ded color RGB value is (181,125,237).

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

The process color (four color CMYK) of #b57ded color hex is 0.24, 0.47, 0.00, 0.07. Web safe color of #b57ded is #cc66ff. Color #b57ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111101 11101101
Octal 265 175 355
Decimal 181 125 237
Hex B5 7D ED

RGB Percentages of Color #b57ded

%33.33
%23.02
%43.65

CMYK Percentages of Color #b57ded

%24
%47
%0
%7

Triadic Colors of #b57ded

#b57ded #edb57d #7dedb5

Analogous Colors of #b57ded

#b57ded #ed7ded #7d7ded

Monochromatic Colors of #b57ded

#b57ded

Complementary Color

#b57ded #b5ed7d

#b57ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57ded Color CSS Codes

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

#b57ded Text Font Color

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

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


#b57ded Background Color

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

This div background color is #b57ded


#b57ded Border Color

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

This div border color is #b57ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57ded


Comments

No comments written yet.

Please login to write comment.