Color Hex Logo

#be0672 Color Hex

#BE0672
(190,6,114)
0 Favorites   0 Comments

Color spaces of #be0672

RGB 1906114
HSL0.900.940.38
HSV325°97°75°
CMYK 0.000.970.40   0.25
XYZ24.337612.292317.0095
Yxy12.29230.45370.2292
Hunter Lab35.060462.5524-4.2222
CIE-Lab41.677068.8968-8.2714

#be0672 color RGB value is (190,6,114).

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

The process color (four color CMYK) of #be0672 color hex is 0.00, 0.97, 0.40, 0.25. Web safe color of #be0672 is #cc0066. Color #be0672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000110 01110010
Octal 276 6 162
Decimal 190 6 114
Hex BE 6 72

RGB Percentages of Color #be0672

%61.29
%1.94
%36.77

CMYK Percentages of Color #be0672

%0
%97
%40
%25

Triadic Colors of #be0672

#be0672 #72be06 #0672be

Analogous Colors of #be0672

#be0672 #be0616 #ae06be

Monochromatic Colors of #be0672

#be0672

Complementary Color

#be0672 #06be52

#be0672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0672 Color CSS Codes

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

#be0672 Text Font Color

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

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


#be0672 Background Color

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

This div background color is #be0672


#be0672 Border Color

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

This div border color is #be0672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0672


Comments

No comments written yet.

Please login to write comment.