Color Hex Logo

#440251 Color Hex

#440251
(68,2,81)
0 Favorites   0 Comments

Color spaces of #440251

RGB 68281
HSL0.810.950.16
HSV290°98°32°
CMYK 0.160.980.00   0.68
XYZ3.89081.86647.9398
Yxy1.86640.28410.1363
Hunter Lab13.661626.9286-24.8948
CIE-Lab14.769939.6915-30.5049

#440251 color RGB value is (68,2,81).

#440251 hex color red value is 68, green value is 2 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #440251 hue: 0.81 , saturation: 0.95 and the lightness value of 440251 is 0.16.

The process color (four color CMYK) of #440251 color hex is 0.16, 0.98, 0.00, 0.68. Web safe color of #440251 is #330066. Color #440251 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000010 01010001
Octal 104 2 121
Decimal 68 2 81
Hex 44 2 51

RGB Percentages of Color #440251

%45.03
%1.32
%53.64

CMYK Percentages of Color #440251

%16
%98
%0
%68

Triadic Colors of #440251

#440251 #514402 #025144

Analogous Colors of #440251

#440251 #510236 #1d0251

Monochromatic Colors of #440251

#440251

Complementary Color

#440251 #0f5102

#440251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440251 Color CSS Codes

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

#440251 Text Font Color

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

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


#440251 Background Color

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

This div background color is #440251


#440251 Border Color

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

This div border color is #440251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440251


Comments

No comments written yet.

Please login to write comment.