Color Hex Logo

#be2f63 Color Hex

#BE2F63
(190,47,99)
0 Favorites   0 Comments

Color spaces of #be2f63

RGB 1904799
HSL0.940.600.46
HSV338°75°75°
CMYK 0.000.750.48   0.25
XYZ24.503913.881013.1922
Yxy13.88100.47510.2691
Hunter Lab37.257252.19855.0864
CIE-Lab44.061859.33904.5896

#be2f63 color RGB value is (190,47,99).

#be2f63 hex color red value is 190, green value is 47 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #be2f63 hue: 0.94 , saturation: 0.60 and the lightness value of be2f63 is 0.46.

The process color (four color CMYK) of #be2f63 color hex is 0.00, 0.75, 0.48, 0.25. Web safe color of #be2f63 is #cc3366. Color #be2f63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101111 01100011
Octal 276 57 143
Decimal 190 47 99
Hex BE 2F 63

RGB Percentages of Color #be2f63

%56.55
%13.99
%29.46

CMYK Percentages of Color #be2f63

%0
%75
%48
%25

Triadic Colors of #be2f63

#be2f63 #63be2f #2f63be

Analogous Colors of #be2f63

#be2f63 #be432f #be2fab

Monochromatic Colors of #be2f63

#be2f63

Complementary Color

#be2f63 #2fbe8a

#be2f63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2f63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2f63 Color CSS Codes

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

#be2f63 Text Font Color

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

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


#be2f63 Background Color

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

This div background color is #be2f63


#be2f63 Border Color

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

This div border color is #be2f63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2f63


Comments

No comments written yet.

Please login to write comment.