Color Hex Logo

#b953bd Color Hex

#B953BD
(185,83,189)
0 Favorites   0 Comments

Color spaces of #b953bd

RGB 18583189
HSL0.830.450.53
HSV298°56°74°
CMYK 0.020.560.00   0.26
XYZ32.286120.174950.3366
Yxy20.17490.31410.1963
Hunter Lab44.916549.7025-35.0031
CIE-Lab52.034455.6174-37.3451

#b953bd color RGB value is (185,83,189).

#b953bd hex color red value is 185, green value is 83 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b953bd hue: 0.83 , saturation: 0.45 and the lightness value of b953bd is 0.53.

The process color (four color CMYK) of #b953bd color hex is 0.02, 0.56, 0.00, 0.26. Web safe color of #b953bd is #cc66cc. Color #b953bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010011 10111101
Octal 271 123 275
Decimal 185 83 189
Hex B9 53 BD

RGB Percentages of Color #b953bd

%40.48
%18.16
%41.36

CMYK Percentages of Color #b953bd

%2
%56
%0
%26

Triadic Colors of #b953bd

#b953bd #bdb953 #53bdb9

Analogous Colors of #b953bd

#b953bd #bd538c #8453bd

Monochromatic Colors of #b953bd

#b953bd

Complementary Color

#b953bd #57bd53

#b953bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b953bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b953bd Color CSS Codes

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

#b953bd Text Font Color

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

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


#b953bd Background Color

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

This div background color is #b953bd


#b953bd Border Color

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

This div border color is #b953bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,83,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b953bd


Comments

No comments written yet.

Please login to write comment.