Color Hex Logo

#be2d71 Color Hex

#BE2D71
(190,45,113)
0 Favorites   0 Comments

Color spaces of #be2d71

RGB 19045113
HSL0.920.620.46
HSV332°76°75°
CMYK 0.000.760.41   0.25
XYZ25.154214.016217.0024
Yxy14.01620.44780.2495
Hunter Lab37.438254.4147-0.7195
CIE-Lab44.256261.2917-3.8095

#be2d71 color RGB value is (190,45,113).

#be2d71 hex color red value is 190, green value is 45 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #be2d71 hue: 0.92 , saturation: 0.62 and the lightness value of be2d71 is 0.46.

The process color (four color CMYK) of #be2d71 color hex is 0.00, 0.76, 0.41, 0.25. Web safe color of #be2d71 is #cc3366. Color #be2d71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101101 01110001
Octal 276 55 161
Decimal 190 45 113
Hex BE 2D 71

RGB Percentages of Color #be2d71

%54.60
%12.93
%32.47

CMYK Percentages of Color #be2d71

%0
%76
%41
%25

Triadic Colors of #be2d71

#be2d71 #71be2d #2d71be

Analogous Colors of #be2d71

#be2d71 #be322d #be2dba

Monochromatic Colors of #be2d71

#be2d71

Complementary Color

#be2d71 #2dbe7a

#be2d71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be2d71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be2d71 Color CSS Codes

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

#be2d71 Text Font Color

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

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


#be2d71 Background Color

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

This div background color is #be2d71


#be2d71 Border Color

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

This div border color is #be2d71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be2d71


Comments

No comments written yet.

Please login to write comment.