Color Hex Logo

#be15ba Color Hex

#BE15BA
(190,21,186)
0 Favorites   0 Comments

Color spaces of #be15ba

RGB 19021186
HSL0.840.800.41
HSV301°89°75°
CMYK 0.000.890.02   0.25
XYZ30.366315.028747.7547
Yxy15.02870.32600.1613
Hunter Lab38.766971.9780-45.8992
CIE-Lab45.673575.9784-45.6215

#be15ba color RGB value is (190,21,186).

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

The process color (four color CMYK) of #be15ba color hex is 0.00, 0.89, 0.02, 0.25. Web safe color of #be15ba is #cc00cc. Color #be15ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010101 10111010
Octal 276 25 272
Decimal 190 21 186
Hex BE 15 BA

RGB Percentages of Color #be15ba

%47.86
%5.29
%46.85

CMYK Percentages of Color #be15ba

%0
%89
%2
%25

Triadic Colors of #be15ba

#be15ba #babe15 #15babe

Analogous Colors of #be15ba

#be15ba #be1566 #6e15be

Monochromatic Colors of #be15ba

#be15ba

Complementary Color

#be15ba #15be19

#be15ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be15ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#be15ba Color CSS Codes

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

#be15ba Text Font Color

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

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


#be15ba Background Color

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

This div background color is #be15ba


#be15ba Border Color

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

This div border color is #be15ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be15ba


Comments

No comments written yet.

Please login to write comment.