Color Hex Logo

#be2661 Color Hex

#BE2661
(190,38,97)
0 Favorites   0 Comments

Color spaces of #be2661

RGB 1903897
HSL0.940.670.45
HSV337°80°75°
CMYK 0.000.800.49   0.25
XYZ24.086013.196412.5870
Yxy13.19640.48300.2646
Hunter Lab36.326854.77994.8852
CIE-Lab43.057761.84754.3956

#be2661 color RGB value is (190,38,97).

#be2661 hex color red value is 190, green value is 38 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #be2661 hue: 0.94 , saturation: 0.67 and the lightness value of be2661 is 0.45.

The process color (four color CMYK) of #be2661 color hex is 0.00, 0.80, 0.49, 0.25. Web safe color of #be2661 is #cc3366. Color #be2661 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100110 01100001
Octal 276 46 141
Decimal 190 38 97
Hex BE 26 61

RGB Percentages of Color #be2661

%58.46
%11.69
%29.85

CMYK Percentages of Color #be2661

%0
%80
%49
%25

Triadic Colors of #be2661

#be2661 #61be26 #2661be

Analogous Colors of #be2661

#be2661 #be3726 #be26ad

Monochromatic Colors of #be2661

#be2661

Complementary Color

#be2661 #26be83

#be2661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2661 Color CSS Codes

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

#be2661 Text Font Color

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

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


#be2661 Background Color

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

This div background color is #be2661


#be2661 Border Color

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

This div border color is #be2661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2661


Comments

No comments written yet.

Please login to write comment.