Color Hex Logo

#be47ba Color Hex

#BE47BA
(190,71,186)
0 Favorites   0 Comments

Color spaces of #be47ba

RGB 19071186
HSL0.840.480.51
HSV302°63°75°
CMYK 0.000.630.02   0.25
XYZ32.351418.998848.4164
Yxy18.99880.32430.1904
Hunter Lab43.587656.2071-35.3470
CIE-Lab50.685861.6653-37.6782

#be47ba color RGB value is (190,71,186).

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

The process color (four color CMYK) of #be47ba color hex is 0.00, 0.63, 0.02, 0.25. Web safe color of #be47ba is #cc33cc. Color #be47ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000111 10111010
Octal 276 107 272
Decimal 190 71 186
Hex BE 47 BA

RGB Percentages of Color #be47ba

%42.51
%15.88
%41.61

CMYK Percentages of Color #be47ba

%0
%63
%2
%25

Triadic Colors of #be47ba

#be47ba #babe47 #47babe

Analogous Colors of #be47ba

#be47ba #be477f #8747be

Monochromatic Colors of #be47ba

#be47ba

Complementary Color

#be47ba #47be4b

#be47ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be47ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#be47ba Color CSS Codes

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

#be47ba Text Font Color

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

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


#be47ba Background Color

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

This div background color is #be47ba


#be47ba Border Color

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

This div border color is #be47ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be47ba


Comments

No comments written yet.

Please login to write comment.