Color Hex Logo

#be026d Color Hex

#BE026D
(190,2,109)
0 Favorites   0 Comments

Color spaces of #be026d

RGB 1902109
HSL0.910.980.38
HSV326°99°75°
CMYK 0.000.990.43   0.25
XYZ24.017212.094715.5367
Yxy12.09470.46500.2342
Hunter Lab34.777462.4111-2.1434
CIE-Lab41.366268.8367-5.6039

#be026d color RGB value is (190,2,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000010 01101101
Octal 276 2 155
Decimal 190 2 109
Hex BE 2 6D

RGB Percentages of Color #be026d

%63.12
%0.66
%36.21

CMYK Percentages of Color #be026d

%0
%99
%43
%25

Triadic Colors of #be026d

#be026d #6dbe02 #026dbe

Analogous Colors of #be026d

#be026d #be020f #b102be

Monochromatic Colors of #be026d

#be026d

Complementary Color

#be026d #02be53

#be026d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be026d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be026d Color CSS Codes

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

#be026d Text Font Color

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

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


#be026d Background Color

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

This div background color is #be026d


#be026d Border Color

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

This div border color is #be026d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be026d


Comments

No comments written yet.

Please login to write comment.