Color Hex Logo

#be234e Color Hex

#BE234E
(190,35,78)
0 Favorites   0 Comments

Color spaces of #be234e

RGB 1903578
HSL0.950.690.44
HSV343°82°75°
CMYK 0.000.820.59   0.25
XYZ23.211412.69938.4356
Yxy12.69930.52340.2864
Hunter Lab35.636153.902010.9104
CIE-Lab42.306661.207815.2680

#be234e color RGB value is (190,35,78).

#be234e hex color red value is 190, green value is 35 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #be234e hue: 0.95 , saturation: 0.69 and the lightness value of be234e is 0.44.

The process color (four color CMYK) of #be234e color hex is 0.00, 0.82, 0.59, 0.25. Web safe color of #be234e is #cc3366. Color #be234e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100011 01001110
Octal 276 43 116
Decimal 190 35 78
Hex BE 23 4E

RGB Percentages of Color #be234e

%62.71
%11.55
%25.74

CMYK Percentages of Color #be234e

%0
%82
%59
%25

Triadic Colors of #be234e

#be234e #4ebe23 #234ebe

Analogous Colors of #be234e

#be234e #be4623 #be239c

Monochromatic Colors of #be234e

#be234e

Complementary Color

#be234e #23be93

#be234e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be234e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be234e Color CSS Codes

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

#be234e Text Font Color

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

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


#be234e Background Color

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

This div background color is #be234e


#be234e Border Color

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

This div border color is #be234e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be234e


Comments

No comments written yet.

Please login to write comment.