Color Hex Logo

#be428f Color Hex

#BE428F
(190,66,143)
0 Favorites   0 Comments

Color spaces of #be428f

RGB 19066143
HSL0.900.490.50
HSV323°65°75°
CMYK 0.000.650.25   0.25
XYZ28.141316.826727.7513
Yxy16.82670.38700.2314
Hunter Lab41.020450.6712-11.3969
CIE-Lab48.040957.2129-16.3900

#be428f color RGB value is (190,66,143).

#be428f hex color red value is 190, green value is 66 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #be428f hue: 0.90 , saturation: 0.49 and the lightness value of be428f is 0.50.

The process color (four color CMYK) of #be428f color hex is 0.00, 0.65, 0.25, 0.25. Web safe color of #be428f is #cc3399. Color #be428f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000010 10001111
Octal 276 102 217
Decimal 190 66 143
Hex BE 42 8F

RGB Percentages of Color #be428f

%47.62
%16.54
%35.84

CMYK Percentages of Color #be428f

%0
%65
%25
%25

Triadic Colors of #be428f

#be428f #8fbe42 #428fbe

Analogous Colors of #be428f

#be428f #be4251 #af42be

Monochromatic Colors of #be428f

#be428f

Complementary Color

#be428f #42be71

#be428f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be428f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be428f Color CSS Codes

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

#be428f Text Font Color

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

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


#be428f Background Color

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

This div background color is #be428f


#be428f Border Color

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

This div border color is #be428f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be428f


Comments

No comments written yet.

Please login to write comment.