Color Hex Logo

#be2f59 Color Hex

#BE2F59
(190,47,89)
0 Favorites   0 Comments

Color spaces of #be2f59

RGB 1904789
HSL0.950.600.46
HSV342°75°75°
CMYK 0.000.750.53   0.25
XYZ24.054913.701410.8280
Yxy13.70140.49510.2820
Hunter Lab37.015451.22348.5669
CIE-Lab43.801658.504710.4462

#be2f59 color RGB value is (190,47,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101111 01011001
Octal 276 57 131
Decimal 190 47 89
Hex BE 2F 59

RGB Percentages of Color #be2f59

%58.28
%14.42
%27.30

CMYK Percentages of Color #be2f59

%0
%75
%53
%25

Triadic Colors of #be2f59

#be2f59 #59be2f #2f59be

Analogous Colors of #be2f59

#be2f59 #be4d2f #be2fa1

Monochromatic Colors of #be2f59

#be2f59

Complementary Color

#be2f59 #2fbe94

#be2f59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2f59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2f59 Color CSS Codes

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

#be2f59 Text Font Color

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

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


#be2f59 Background Color

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

This div background color is #be2f59


#be2f59 Border Color

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

This div border color is #be2f59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2f59


Comments

No comments written yet.

Please login to write comment.