Color Hex Logo

#be065f Color Hex

#BE065F
(190,6,95)
0 Favorites   0 Comments

Color spaces of #be065f

RGB 190695
HSL0.920.940.38
HSV331°97°75°
CMYK 0.000.970.50   0.25
XYZ23.365911.903611.8926
Yxy11.90360.49540.2524
Hunter Lab34.501660.50983.7140
CIE-Lab41.062567.26232.7812

#be065f color RGB value is (190,6,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000110 01011111
Octal 276 6 137
Decimal 190 6 95
Hex BE 6 5F

RGB Percentages of Color #be065f

%65.29
%2.06
%32.65

CMYK Percentages of Color #be065f

%0
%97
%50
%25

Triadic Colors of #be065f

#be065f #5fbe06 #065fbe

Analogous Colors of #be065f

#be065f #be0906 #be06bb

Monochromatic Colors of #be065f

#be065f

Complementary Color

#be065f #06be65

#be065f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be065f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be065f Color CSS Codes

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

#be065f Text Font Color

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

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


#be065f Background Color

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

This div background color is #be065f


#be065f Border Color

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

This div border color is #be065f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be065f


Comments

No comments written yet.

Please login to write comment.