Color Hex Logo

#b953bc Color Hex

#B953BC
(185,83,188)
0 Favorites   0 Comments

Color spaces of #b953bc

RGB 18583188
HSL0.830.440.53
HSV298°56°74°
CMYK 0.020.560.00   0.26
XYZ32.177920.131649.7668
Yxy20.13160.31520.1972
Hunter Lab44.868349.4944-34.3553
CIE-Lab51.985755.4371-36.8433

#b953bc color RGB value is (185,83,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010011 10111100
Octal 271 123 274
Decimal 185 83 188
Hex B9 53 BC

RGB Percentages of Color #b953bc

%40.57
%18.20
%41.23

CMYK Percentages of Color #b953bc

%2
%56
%0
%26

Triadic Colors of #b953bc

#b953bc #bcb953 #53bcb9

Analogous Colors of #b953bc

#b953bc #bc538b #8553bc

Monochromatic Colors of #b953bc

#b953bc

Complementary Color

#b953bc #56bc53

#b953bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b953bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b953bc Color CSS Codes

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

#b953bc Text Font Color

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

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


#b953bc Background Color

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

This div background color is #b953bc


#b953bc Border Color

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

This div border color is #b953bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b953bc


Comments

No comments written yet.

Please login to write comment.