Color Hex Logo

#be047b Color Hex

#BE047B
(190,4,123)
0 Favorites   0 Comments

Color spaces of #be047b

RGB 1904123
HSL0.890.960.38
HSV322°98°75°
CMYK 0.000.980.35   0.25
XYZ24.853812.464019.8348
Yxy12.46400.43490.2181
Hunter Lab35.304463.8788-8.5974
CIE-Lab41.944369.9737-13.4716

#be047b color RGB value is (190,4,123).

#be047b hex color red value is 190, green value is 4 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #be047b hue: 0.89 , saturation: 0.96 and the lightness value of be047b is 0.38.

The process color (four color CMYK) of #be047b color hex is 0.00, 0.98, 0.35, 0.25. Web safe color of #be047b is #cc0066. Color #be047b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000100 01111011
Octal 276 4 173
Decimal 190 4 123
Hex BE 4 7B

RGB Percentages of Color #be047b

%59.94
%1.26
%38.80

CMYK Percentages of Color #be047b

%0
%98
%35
%25

Triadic Colors of #be047b

#be047b #7bbe04 #047bbe

Analogous Colors of #be047b

#be047b #be041e #a404be

Monochromatic Colors of #be047b

#be047b

Complementary Color

#be047b #04be47

#be047b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be047b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be047b Color CSS Codes

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

#be047b Text Font Color

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

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


#be047b Background Color

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

This div background color is #be047b


#be047b Border Color

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

This div border color is #be047b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be047b


Comments

No comments written yet.

Please login to write comment.