Color Hex Logo

#be19bd Color Hex

#BE19BD
(190,25,189)
0 Favorites   0 Comments

Color spaces of #be19bd

RGB 19025189
HSL0.830.770.42
HSV300°87°75°
CMYK 0.000.870.01   0.25
XYZ30.768115.316549.4788
Yxy15.31650.32200.1603
Hunter Lab39.136371.8443-47.5631
CIE-Lab46.064775.7932-46.7542

#be19bd color RGB value is (190,25,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011001 10111101
Octal 276 31 275
Decimal 190 25 189
Hex BE 19 BD

RGB Percentages of Color #be19bd

%47.03
%6.19
%46.78

CMYK Percentages of Color #be19bd

%0
%87
%1
%25

Triadic Colors of #be19bd

#be19bd #bdbe19 #19bdbe

Analogous Colors of #be19bd

#be19bd #be196b #6d19be

Monochromatic Colors of #be19bd

#be19bd

Complementary Color

#be19bd #19be1a

#be19bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be19bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be19bd Color CSS Codes

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

#be19bd Text Font Color

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

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


#be19bd Background Color

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

This div background color is #be19bd


#be19bd Border Color

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

This div border color is #be19bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be19bd


Comments

No comments written yet.

Please login to write comment.