Color Hex Logo

#b953a7 Color Hex

#B953A7
(185,83,167)
0 Favorites   0 Comments

Color spaces of #b953a7

RGB 18583167
HSL0.860.420.53
HSV311°55°73°
CMYK 0.000.550.10   0.27
XYZ30.075919.290838.6975
Yxy19.29080.34150.2191
Hunter Lab43.921345.3688-21.4934
CIE-Lab51.025751.8154-26.1062

#b953a7 color RGB value is (185,83,167).

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

The process color (four color CMYK) of #b953a7 color hex is 0.00, 0.55, 0.10, 0.27. Web safe color of #b953a7 is #cc6699. Color #b953a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010011 10100111
Octal 271 123 247
Decimal 185 83 167
Hex B9 53 A7

RGB Percentages of Color #b953a7

%42.53
%19.08
%38.39

CMYK Percentages of Color #b953a7

%0
%55
%10
%27

Triadic Colors of #b953a7

#b953a7 #a7b953 #53a7b9

Analogous Colors of #b953a7

#b953a7 #b95374 #9853b9

Monochromatic Colors of #b953a7

#b953a7

Complementary Color

#b953a7 #53b965

#b953a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b953a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b953a7 Color CSS Codes

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

#b953a7 Text Font Color

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

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


#b953a7 Background Color

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

This div background color is #b953a7


#b953a7 Border Color

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

This div border color is #b953a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b953a7


Comments

No comments written yet.

Please login to write comment.