Color Hex Logo

#b947ce Color Hex

#B947CE
(185,71,206)
0 Favorites   0 Comments

Color spaces of #b947ce

RGB 18571206
HSL0.810.580.54
HSV291°66°81°
CMYK 0.100.660.00   0.19
XYZ33.401419.277060.3529
Yxy19.27700.29550.1705
Hunter Lab43.905658.9600-50.7665
CIE-Lab51.009764.0058-48.7553

#b947ce color RGB value is (185,71,206).

#b947ce hex color red value is 185, green value is 71 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b947ce hue: 0.81 , saturation: 0.58 and the lightness value of b947ce is 0.54.

The process color (four color CMYK) of #b947ce color hex is 0.10, 0.66, 0.00, 0.19. Web safe color of #b947ce is #cc33cc. Color #b947ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000111 11001110
Octal 271 107 316
Decimal 185 71 206
Hex B9 47 CE

RGB Percentages of Color #b947ce

%40.04
%15.37
%44.59

CMYK Percentages of Color #b947ce

%10
%66
%0
%19

Triadic Colors of #b947ce

#b947ce #ceb947 #47ceb9

Analogous Colors of #b947ce

#b947ce #ce47a0 #7647ce

Monochromatic Colors of #b947ce

#b947ce

Complementary Color

#b947ce #5cce47

#b947ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b947ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b947ce Color CSS Codes

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

#b947ce Text Font Color

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

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


#b947ce Background Color

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

This div background color is #b947ce


#b947ce Border Color

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

This div border color is #b947ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b947ce


Comments

No comments written yet.

Please login to write comment.