Color Hex Logo

#be006d Color Hex

#BE006D
(190,0,109)
0 Favorites   0 Comments

Color spaces of #be006d

RGB 1900109
HSL0.901.000.37
HSV326°100°75°
CMYK 0.001.000.43   0.25
XYZ23.995512.051315.5294
Yxy12.05130.46520.2337
Hunter Lab34.715062.6306-2.2223
CIE-Lab41.297569.0376-5.7060

#be006d color RGB value is (190,0,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000000 01101101
Octal 276 0 155
Decimal 190 0 109
Hex BE 0 6D

RGB Percentages of Color #be006d

%63.55
%0.00
%36.45

CMYK Percentages of Color #be006d

%0
%100
%43
%25

Triadic Colors of #be006d

#be006d #6dbe00 #006dbe

Analogous Colors of #be006d

#be006d #be000e #b000be

Monochromatic Colors of #be006d

#be006d

Complementary Color

#be006d #00be51

#be006d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be006d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be006d Color CSS Codes

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

#be006d Text Font Color

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

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


#be006d Background Color

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

This div background color is #be006d


#be006d Border Color

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

This div border color is #be006d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be006d


Comments

No comments written yet.

Please login to write comment.