Color Hex Logo

#be46ba Color Hex

#BE46BA
(190,70,186)
0 Favorites   0 Comments

Color spaces of #be46ba

RGB 19070186
HSL0.840.480.51
HSV302°63°75°
CMYK 0.000.630.02   0.25
XYZ32.288318.872648.3954
Yxy18.87260.32430.1896
Hunter Lab43.442656.6439-35.6397
CIE-Lab50.537862.0760-37.9113

#be46ba color RGB value is (190,70,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000110 10111010
Octal 276 106 272
Decimal 190 70 186
Hex BE 46 BA

RGB Percentages of Color #be46ba

%42.60
%15.70
%41.70

CMYK Percentages of Color #be46ba

%0
%63
%2
%25

Triadic Colors of #be46ba

#be46ba #babe46 #46babe

Analogous Colors of #be46ba

#be46ba #be467e #8646be

Monochromatic Colors of #be46ba

#be46ba

Complementary Color

#be46ba #46be4a

#be46ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be46ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#be46ba Color CSS Codes

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

#be46ba Text Font Color

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

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


#be46ba Background Color

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

This div background color is #be46ba


#be46ba Border Color

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

This div border color is #be46ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,70,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 #be46ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be46ba


Comments

No comments written yet.

Please login to write comment.