Color Hex Logo

#be2690 Color Hex

#BE2690
(190,38,144)
0 Favorites   0 Comments

Color spaces of #be2690

RGB 19038144
HSL0.880.670.45
HSV318°80°75°
CMYK 0.000.800.24   0.25
XYZ26.962414.347027.7337
Yxy14.34700.39050.2078
Hunter Lab37.877460.7766-16.8977
CIE-Lab44.726566.7791-22.0777

#be2690 color RGB value is (190,38,144).

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

The process color (four color CMYK) of #be2690 color hex is 0.00, 0.80, 0.24, 0.25. Web safe color of #be2690 is #cc3399. Color #be2690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100110 10010000
Octal 276 46 220
Decimal 190 38 144
Hex BE 26 90

RGB Percentages of Color #be2690

%51.08
%10.22
%38.71

CMYK Percentages of Color #be2690

%0
%80
%24
%25

Triadic Colors of #be2690

#be2690 #90be26 #2690be

Analogous Colors of #be2690

#be2690 #be2644 #a026be

Monochromatic Colors of #be2690

#be2690

Complementary Color

#be2690 #26be54

#be2690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2690 Color CSS Codes

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

#be2690 Text Font Color

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

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


#be2690 Background Color

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

This div background color is #be2690


#be2690 Border Color

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

This div border color is #be2690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2690


Comments

No comments written yet.

Please login to write comment.