Color Hex Logo

#be129f Color Hex

#BE129F
(190,18,159)
0 Favorites   0 Comments

Color spaces of #be129f

RGB 19018159
HSL0.860.830.41
HSV311°91°75°
CMYK 0.000.910.16   0.25
XYZ27.709513.883034.0201
Yxy13.88300.36650.1836
Hunter Lab37.259967.5423-28.0527
CIE-Lab44.064772.6386-32.1533

#be129f color RGB value is (190,18,159).

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

The process color (four color CMYK) of #be129f color hex is 0.00, 0.91, 0.16, 0.25. Web safe color of #be129f is #cc0099. Color #be129f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010010 10011111
Octal 276 22 237
Decimal 190 18 159
Hex BE 12 9F

RGB Percentages of Color #be129f

%51.77
%4.90
%43.32

CMYK Percentages of Color #be129f

%0
%91
%16
%25

Triadic Colors of #be129f

#be129f #9fbe12 #129fbe

Analogous Colors of #be129f

#be129f #be1249 #8712be

Monochromatic Colors of #be129f

#be129f

Complementary Color

#be129f #12be31

#be129f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be129f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be129f Color CSS Codes

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

#be129f Text Font Color

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

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


#be129f Background Color

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

This div background color is #be129f


#be129f Border Color

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

This div border color is #be129f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be129f


Comments

No comments written yet.

Please login to write comment.