Color Hex Logo

#be14bd Color Hex

#BE14BD
(190,20,189)
0 Favorites   0 Comments

Color spaces of #be14bd

RGB 19020189
HSL0.830.810.41
HSV300°89°75°
CMYK 0.000.890.01   0.25
XYZ30.670715.121649.4463
Yxy15.12160.32200.1588
Hunter Lab38.886572.7358-48.1699
CIE-Lab45.800376.5702-47.1763

#be14bd color RGB value is (190,20,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010100 10111101
Octal 276 24 275
Decimal 190 20 189
Hex BE 14 BD

RGB Percentages of Color #be14bd

%47.62
%5.01
%47.37

CMYK Percentages of Color #be14bd

%0
%89
%1
%25

Triadic Colors of #be14bd

#be14bd #bdbe14 #14bdbe

Analogous Colors of #be14bd

#be14bd #be1468 #6a14be

Monochromatic Colors of #be14bd

#be14bd

Complementary Color

#be14bd #14be15

#be14bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be14bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be14bd Color CSS Codes

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

#be14bd Text Font Color

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

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


#be14bd Background Color

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

This div background color is #be14bd


#be14bd Border Color

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

This div border color is #be14bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be14bd


Comments

No comments written yet.

Please login to write comment.