Color Hex Logo

#be006e Color Hex

#BE006E
(190,0,110)
0 Favorites   0 Comments

Color spaces of #be006e

RGB 1900110
HSL0.901.000.37
HSV325°100°75°
CMYK 0.001.000.42   0.25
XYZ24.049712.072915.8146
Yxy12.07290.46310.2325
Hunter Lab34.746162.7442-2.6635
CIE-Lab41.331769.1279-6.2828

#be006e color RGB value is (190,0,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000000 01101110
Octal 276 0 156
Decimal 190 0 110
Hex BE 0 6E

RGB Percentages of Color #be006e

%63.33
%0.00
%36.67

CMYK Percentages of Color #be006e

%0
%100
%42
%25

Triadic Colors of #be006e

#be006e #6ebe00 #006ebe

Analogous Colors of #be006e

#be006e #be000f #af00be

Monochromatic Colors of #be006e

#be006e

Complementary Color

#be006e #00be50

#be006e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be006e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be006e Color CSS Codes

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

#be006e Text Font Color

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

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


#be006e Background Color

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

This div background color is #be006e


#be006e Border Color

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

This div border color is #be006e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be006e


Comments

No comments written yet.

Please login to write comment.