Color Hex Logo

#be14bb Color Hex

#BE14BB
(190,20,187)
0 Favorites   0 Comments

Color spaces of #be14bb

RGB 19020187
HSL0.840.810.41
HSV301°89°75°
CMYK 0.000.890.02   0.25
XYZ30.455015.035348.3107
Yxy15.03530.32470.1603
Hunter Lab38.775472.3408-46.7273
CIE-Lab45.682576.2720-46.1934

#be14bb color RGB value is (190,20,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010100 10111011
Octal 276 24 273
Decimal 190 20 187
Hex BE 14 BB

RGB Percentages of Color #be14bb

%47.86
%5.04
%47.10

CMYK Percentages of Color #be14bb

%0
%89
%2
%25

Triadic Colors of #be14bb

#be14bb #bbbe14 #14bbbe

Analogous Colors of #be14bb

#be14bb #be1466 #6c14be

Monochromatic Colors of #be14bb

#be14bb

Complementary Color

#be14bb #14be17

#be14bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be14bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be14bb Color CSS Codes

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

#be14bb Text Font Color

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

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


#be14bb Background Color

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

This div background color is #be14bb


#be14bb Border Color

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

This div border color is #be14bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be14bb


Comments

No comments written yet.

Please login to write comment.