Color Hex Logo

#be15bd Color Hex

#BE15BD
(190,21,189)
0 Favorites   0 Comments

Color spaces of #be15bd

RGB 19021189
HSL0.830.800.41
HSV300°89°75°
CMYK 0.000.890.01   0.25
XYZ30.688715.157649.4523
Yxy15.15760.32200.1591
Hunter Lab38.932872.5701-48.0571
CIE-Lab45.849376.4260-47.0981

#be15bd color RGB value is (190,21,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010101 10111101
Octal 276 25 275
Decimal 190 21 189
Hex BE 15 BD

RGB Percentages of Color #be15bd

%47.50
%5.25
%47.25

CMYK Percentages of Color #be15bd

%0
%89
%1
%25

Triadic Colors of #be15bd

#be15bd #bdbe15 #15bdbe

Analogous Colors of #be15bd

#be15bd #be1569 #6b15be

Monochromatic Colors of #be15bd

#be15bd

Complementary Color

#be15bd #15be16

#be15bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be15bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be15bd Color CSS Codes

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

#be15bd Text Font Color

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

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


#be15bd Background Color

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

This div background color is #be15bd


#be15bd Border Color

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

This div border color is #be15bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be15bd


Comments

No comments written yet.

Please login to write comment.