Color Hex Logo

#be026e Color Hex

#BE026E
(190,2,110)
0 Favorites   0 Comments

Color spaces of #be026e

RGB 1902110
HSL0.900.980.38
HSV326°99°75°
CMYK 0.000.990.42   0.25
XYZ24.071412.116415.8218
Yxy12.11640.46280.2330
Hunter Lab34.808662.5240-2.5835
CIE-Lab41.400568.9265-6.1802

#be026e color RGB value is (190,2,110).

#be026e hex color red value is 190, green value is 2 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #be026e hue: 0.90 , saturation: 0.98 and the lightness value of be026e is 0.38.

The process color (four color CMYK) of #be026e color hex is 0.00, 0.99, 0.42, 0.25. Web safe color of #be026e is #cc0066. Color #be026e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000010 01101110
Octal 276 2 156
Decimal 190 2 110
Hex BE 2 6E

RGB Percentages of Color #be026e

%62.91
%0.66
%36.42

CMYK Percentages of Color #be026e

%0
%99
%42
%25

Triadic Colors of #be026e

#be026e #6ebe02 #026ebe

Analogous Colors of #be026e

#be026e #be0210 #b002be

Monochromatic Colors of #be026e

#be026e

Complementary Color

#be026e #02be52

#be026e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be026e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be026e Color CSS Codes

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

#be026e Text Font Color

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

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


#be026e Background Color

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

This div background color is #be026e


#be026e Border Color

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

This div border color is #be026e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be026e


Comments

No comments written yet.

Please login to write comment.