Color Hex Logo

#be3234 Color Hex

#BE3234
(190,50,52)
0 Favorites   0 Comments

Color spaces of #be3234

RGB 1905052
HSL1.000.580.47
HSV359°74°75°
CMYK 0.000.740.73   0.25
XYZ22.995613.47634.6380
Yxy13.47630.55940.3278
Hunter Lab36.710147.571718.2063
CIE-Lab43.472355.211732.6906

#be3234 color RGB value is (190,50,52).

#be3234 hex color red value is 190, green value is 50 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #be3234 hue: 1.00 , saturation: 0.58 and the lightness value of be3234 is 0.47.

The process color (four color CMYK) of #be3234 color hex is 0.00, 0.74, 0.73, 0.25. Web safe color of #be3234 is #cc3333. Color #be3234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110010 00110100
Octal 276 62 64
Decimal 190 50 52
Hex BE 32 34

RGB Percentages of Color #be3234

%65.07
%17.12
%17.81

CMYK Percentages of Color #be3234

%0
%74
%73
%25

Triadic Colors of #be3234

#be3234 #34be32 #3234be

Analogous Colors of #be3234

#be3234 #be7632 #be327a

Monochromatic Colors of #be3234

#be3234

Complementary Color

#be3234 #32bebc

#be3234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3234 Color CSS Codes

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

#be3234 Text Font Color

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

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


#be3234 Background Color

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

This div background color is #be3234


#be3234 Border Color

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

This div border color is #be3234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3234


Comments

No comments written yet.

Please login to write comment.