Color Hex Logo

#be2b99 Color Hex

#BE2B99
(190,43,153)
0 Favorites   0 Comments

Color spaces of #be2b99

RGB 19043153
HSL0.880.630.46
HSV315°77°75°
CMYK 0.000.770.19   0.25
XYZ27.848914.974831.5596
Yxy14.97480.37440.2013
Hunter Lab38.697360.7391-21.2659
CIE-Lab45.599766.5773-26.1528

#be2b99 color RGB value is (190,43,153).

#be2b99 hex color red value is 190, green value is 43 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #be2b99 hue: 0.88 , saturation: 0.63 and the lightness value of be2b99 is 0.46.

The process color (four color CMYK) of #be2b99 color hex is 0.00, 0.77, 0.19, 0.25. Web safe color of #be2b99 is #cc3399. Color #be2b99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101011 10011001
Octal 276 53 231
Decimal 190 43 153
Hex BE 2B 99

RGB Percentages of Color #be2b99

%49.22
%11.14
%39.64

CMYK Percentages of Color #be2b99

%0
%77
%19
%25

Triadic Colors of #be2b99

#be2b99 #99be2b #2b99be

Analogous Colors of #be2b99

#be2b99 #be2b4f #9a2bbe

Monochromatic Colors of #be2b99

#be2b99

Complementary Color

#be2b99 #2bbe50

#be2b99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2b99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2b99 Color CSS Codes

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

#be2b99 Text Font Color

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

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


#be2b99 Background Color

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

This div background color is #be2b99


#be2b99 Border Color

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

This div border color is #be2b99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2b99


Comments

No comments written yet.

Please login to write comment.