Color Hex Logo

#040153 Color Hex

#040153
(4,1,83)
0 Favorites   0 Comments

Color spaces of #040153

RGB 4183
HSL0.670.980.16
HSV242°99°33°
CMYK 0.950.990.00   0.67
XYZ1.62230.67218.2278
Yxy0.67210.15420.0639
Hunter Lab8.198220.9758-53.7656
CIE-Lab6.071033.6025-46.5012

#040153 color RGB value is (4,1,83).

#040153 hex color red value is 4, green value is 1 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #040153 hue: 0.67 , saturation: 0.98 and the lightness value of 040153 is 0.16.

The process color (four color CMYK) of #040153 color hex is 0.95, 0.99, 0.00, 0.67. Web safe color of #040153 is #000066. Color #040153 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000001 01010011
Octal 4 1 123
Decimal 4 1 83
Hex 4 1 53

RGB Percentages of Color #040153

%4.55
%1.14
%94.32

CMYK Percentages of Color #040153

%95
%99
%0
%67

Triadic Colors of #040153

#040153 #530401 #015304

Analogous Colors of #040153

#040153 #2d0153 #012753

Monochromatic Colors of #040153

#040153

Complementary Color

#040153 #505301

#040153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040153 Color CSS Codes

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

#040153 Text Font Color

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

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


#040153 Background Color

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

This div background color is #040153


#040153 Border Color

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

This div border color is #040153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040153


Comments

No comments written yet.

Please login to write comment.