Color Hex Logo

#be065a Color Hex

#BE065A
(190,6,90)
0 Favorites   0 Comments

Color spaces of #be065a

RGB 190690
HSL0.920.940.38
HSV333°97°75°
CMYK 0.000.970.53   0.25
XYZ23.145811.815610.7336
Yxy11.81560.50650.2586
Hunter Lab34.373860.03975.5477
CIE-Lab40.921566.88335.7505

#be065a color RGB value is (190,6,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000110 01011010
Octal 276 6 132
Decimal 190 6 90
Hex BE 6 5A

RGB Percentages of Color #be065a

%66.43
%2.10
%31.47

CMYK Percentages of Color #be065a

%0
%97
%53
%25

Triadic Colors of #be065a

#be065a #5abe06 #065abe

Analogous Colors of #be065a

#be065a #be0e06 #be06b6

Monochromatic Colors of #be065a

#be065a

Complementary Color

#be065a #06be6a

#be065a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be065a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be065a Color CSS Codes

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

#be065a Text Font Color

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

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


#be065a Background Color

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

This div background color is #be065a


#be065a Border Color

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

This div border color is #be065a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be065a


Comments

No comments written yet.

Please login to write comment.