Color Hex Logo

#481023 Color Hex

#481023
(72,16,35)
0 Favorites   0 Comments

Color spaces of #481023

RGB 721635
HSL0.940.640.17
HSV340°78°28°
CMYK 0.000.780.51   0.72
XYZ3.16121.86961.7844
Yxy1.86960.46380.2743
Hunter Lab13.673317.33991.8339
CIE-Lab14.787528.09112.2807

#481023 color RGB value is (72,16,35).

#481023 hex color red value is 72, green value is 16 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #481023 hue: 0.94 , saturation: 0.64 and the lightness value of 481023 is 0.17.

The process color (four color CMYK) of #481023 color hex is 0.00, 0.78, 0.51, 0.72. Web safe color of #481023 is #330033. Color #481023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 00100011
Octal 110 20 43
Decimal 72 16 35
Hex 48 10 23

RGB Percentages of Color #481023

%58.54
%13.01
%28.46

CMYK Percentages of Color #481023

%0
%78
%51
%72

Triadic Colors of #481023

#481023 #234810 #102348

Analogous Colors of #481023

#481023 #481910 #48103f

Monochromatic Colors of #481023

#481023

Complementary Color

#481023 #104835

#481023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481023 Color CSS Codes

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

#481023 Text Font Color

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

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


#481023 Background Color

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

This div background color is #481023


#481023 Border Color

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

This div border color is #481023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481023


Comments

No comments written yet.

Please login to write comment.