Color Hex Logo

#b57fdc Color Hex

#B57FDC
(181,127,220)
0 Favorites   0 Comments

Color spaces of #b57fdc

RGB 181127220
HSL0.760.570.68
HSV275°42°86°
CMYK 0.180.420.00   0.14
XYZ39.563730.169871.4483
Yxy30.16980.28020.2137
Hunter Lab54.927032.4504-38.6746
CIE-Lab61.800537.9803-39.6576

#b57fdc color RGB value is (181,127,220).

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

The process color (four color CMYK) of #b57fdc color hex is 0.18, 0.42, 0.00, 0.14. Web safe color of #b57fdc is #cc66cc. Color #b57fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111111 11011100
Octal 265 177 334
Decimal 181 127 220
Hex B5 7F DC

RGB Percentages of Color #b57fdc

%34.28
%24.05
%41.67

CMYK Percentages of Color #b57fdc

%18
%42
%0
%14

Triadic Colors of #b57fdc

#b57fdc #dcb57f #7fdcb5

Analogous Colors of #b57fdc

#b57fdc #dc7fd5 #877fdc

Monochromatic Colors of #b57fdc

#b57fdc

Complementary Color

#b57fdc #a6dc7f

#b57fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57fdc Color CSS Codes

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

#b57fdc Text Font Color

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

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


#b57fdc Background Color

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

This div background color is #b57fdc


#b57fdc Border Color

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

This div border color is #b57fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57fdc


Comments

No comments written yet.

Please login to write comment.