Color Hex Logo

#be3230 Color Hex

#BE3230
(190,50,48)
0 Favorites   0 Comments

Color spaces of #be3230

RGB 1905048
HSL0.000.600.47
HSV75°75°
CMYK 0.000.740.75   0.25
XYZ22.909313.44184.1834
Yxy13.44180.56520.3316
Hunter Lab36.663147.377318.8989
CIE-Lab43.421555.040434.9640

#be3230 color RGB value is (190,50,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110010 00110000
Octal 276 62 60
Decimal 190 50 48
Hex BE 32 30

RGB Percentages of Color #be3230

%65.97
%17.36
%16.67

CMYK Percentages of Color #be3230

%0
%74
%75
%25

Triadic Colors of #be3230

#be3230 #30be32 #3230be

Analogous Colors of #be3230

#be3230 #be7930 #be3075

Monochromatic Colors of #be3230

#be3230

Complementary Color

#be3230 #30bcbe

#be3230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3230 Color CSS Codes

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

#be3230 Text Font Color

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

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


#be3230 Background Color

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

This div background color is #be3230


#be3230 Border Color

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

This div border color is #be3230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3230


Comments

No comments written yet.

Please login to write comment.