Color Hex Logo

#be148f Color Hex

#BE148F
(190,20,143)
0 Favorites   0 Comments

Color spaces of #be148f

RGB 19020143
HSL0.880.810.41
HSV317°89°75°
CMYK 0.000.890.25   0.25
XYZ26.443313.430627.1853
Yxy13.43060.39430.2003
Hunter Lab36.647864.6635-18.3278
CIE-Lab43.405070.3531-23.5149

#be148f color RGB value is (190,20,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010100 10001111
Octal 276 24 217
Decimal 190 20 143
Hex BE 14 8F

RGB Percentages of Color #be148f

%53.82
%5.67
%40.51

CMYK Percentages of Color #be148f

%0
%89
%25
%25

Triadic Colors of #be148f

#be148f #8fbe14 #148fbe

Analogous Colors of #be148f

#be148f #be143a #9814be

Monochromatic Colors of #be148f

#be148f

Complementary Color

#be148f #14be43

#be148f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be148f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be148f Color CSS Codes

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

#be148f Text Font Color

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

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


#be148f Background Color

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

This div background color is #be148f


#be148f Border Color

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

This div border color is #be148f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be148f


Comments

No comments written yet.

Please login to write comment.