Color Hex Logo

#be0666 Color Hex

#BE0666
(190,6,102)
0 Favorites   0 Comments

Color spaces of #be0666

RGB 1906102
HSL0.910.940.38
HSV329°97°75°
CMYK 0.000.970.46   0.25
XYZ23.698612.036713.6446
Yxy12.03670.47990.2438
Hunter Lab34.693961.21460.9679
CIE-Lab41.274467.8286-1.3348

#be0666 color RGB value is (190,6,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000110 01100110
Octal 276 6 146
Decimal 190 6 102
Hex BE 6 66

RGB Percentages of Color #be0666

%63.76
%2.01
%34.23

CMYK Percentages of Color #be0666

%0
%97
%46
%25

Triadic Colors of #be0666

#be0666 #66be06 #0666be

Analogous Colors of #be0666

#be0666 #be060a #ba06be

Monochromatic Colors of #be0666

#be0666

Complementary Color

#be0666 #06be5e

#be0666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0666 Color CSS Codes

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

#be0666 Text Font Color

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

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


#be0666 Background Color

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

This div background color is #be0666


#be0666 Border Color

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

This div border color is #be0666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0666


Comments

No comments written yet.

Please login to write comment.