Color Hex Logo

#be3017 Color Hex

#BE3017
(190,48,23)
0 Favorites   0 Comments

Color spaces of #be3017

RGB 1904823
HSL0.020.780.42
HSV88°75°
CMYK 0.000.750.88   0.25
XYZ22.446813.12292.1605
Yxy13.12290.59490.3478
Hunter Lab36.225547.211121.8218
CIE-Lab42.947854.973947.4888

#be3017 color RGB value is (190,48,23).

#be3017 hex color red value is 190, green value is 48 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #be3017 hue: 0.02 , saturation: 0.78 and the lightness value of be3017 is 0.42.

The process color (four color CMYK) of #be3017 color hex is 0.00, 0.75, 0.88, 0.25. Web safe color of #be3017 is #cc3300. Color #be3017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110000 00010111
Octal 276 60 27
Decimal 190 48 23
Hex BE 30 17

RGB Percentages of Color #be3017

%72.80
%18.39
%8.81

CMYK Percentages of Color #be3017

%0
%75
%88
%25

Triadic Colors of #be3017

#be3017 #17be30 #3017be

Analogous Colors of #be3017

#be3017 #be8417 #be1751

Monochromatic Colors of #be3017

#be3017

Complementary Color

#be3017 #17a5be

#be3017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3017 Color CSS Codes

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

#be3017 Text Font Color

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

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


#be3017 Background Color

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

This div background color is #be3017


#be3017 Border Color

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

This div border color is #be3017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3017


Comments

No comments written yet.

Please login to write comment.