Color Hex Logo

#b947be Color Hex

#B947BE
(185,71,190)
0 Favorites   0 Comments

Color spaces of #b947be

RGB 18571190
HSL0.830.480.51
HSV297°63°75°
CMYK 0.030.630.00   0.25
XYZ31.555118.538550.6303
Yxy18.53850.31330.1841
Hunter Lab43.056455.4703-39.5801
CIE-Lab50.142861.1175-40.9065

#b947be color RGB value is (185,71,190).

#b947be hex color red value is 185, green value is 71 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b947be hue: 0.83 , saturation: 0.48 and the lightness value of b947be is 0.51.

The process color (four color CMYK) of #b947be color hex is 0.03, 0.63, 0.00, 0.25. Web safe color of #b947be is #cc33cc. Color #b947be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000111 10111110
Octal 271 107 276
Decimal 185 71 190
Hex B9 47 BE

RGB Percentages of Color #b947be

%41.48
%15.92
%42.60

CMYK Percentages of Color #b947be

%3
%63
%0
%25

Triadic Colors of #b947be

#b947be #beb947 #47beb9

Analogous Colors of #b947be

#b947be #be4788 #7e47be

Monochromatic Colors of #b947be

#b947be

Complementary Color

#b947be #4cbe47

#b947be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b947be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b947be Color CSS Codes

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

#b947be Text Font Color

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

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


#b947be Background Color

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

This div background color is #b947be


#b947be Border Color

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

This div border color is #b947be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b947be


Comments

No comments written yet.

Please login to write comment.