Color Hex Logo

#b957dc Color Hex

#B957DC
(185,87,220)
0 Favorites   0 Comments

Color spaces of #b957dc

RGB 18587220
HSL0.790.660.60
HSV284°60°86°
CMYK 0.160.600.00   0.14
XYZ36.334022.298070.0991
Yxy22.29800.28220.1732
Hunter Lab47.220854.7105-54.9613
CIE-Lab54.341859.6815-51.4165

#b957dc color RGB value is (185,87,220).

#b957dc hex color red value is 185, green value is 87 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b957dc hue: 0.79 , saturation: 0.66 and the lightness value of b957dc is 0.60.

The process color (four color CMYK) of #b957dc color hex is 0.16, 0.60, 0.00, 0.14. Web safe color of #b957dc is #cc66cc. Color #b957dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010111 11011100
Octal 271 127 334
Decimal 185 87 220
Hex B9 57 DC

RGB Percentages of Color #b957dc

%37.60
%17.68
%44.72

CMYK Percentages of Color #b957dc

%16
%60
%0
%14

Triadic Colors of #b957dc

#b957dc #dcb957 #57dcb9

Analogous Colors of #b957dc

#b957dc #dc57bd #7757dc

Monochromatic Colors of #b957dc

#b957dc

Complementary Color

#b957dc #7adc57

#b957dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b957dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b957dc Color CSS Codes

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

#b957dc Text Font Color

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

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


#b957dc Background Color

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

This div background color is #b957dc


#b957dc Border Color

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

This div border color is #b957dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,87,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 #b957dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b957dc


Comments

No comments written yet.

Please login to write comment.