Color Hex Logo

#4438fe Color Hex

#4438FE
(68,56,254)
0 Favorites   0 Comments

Color spaces of #4438fe

RGB 6856254
HSL0.680.990.61
HSV244°78°100°
CMYK 0.730.780.00   0.00
XYZ21.687511.213094.7872
Yxy11.21300.16980.0878
Hunter Lab33.485857.0075-144.3902
CIE-Lab39.936964.4271-94.5247

#4438fe color RGB value is (68,56,254).

#4438fe hex color red value is 68, green value is 56 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4438fe hue: 0.68 , saturation: 0.99 and the lightness value of 4438fe is 0.61.

The process color (four color CMYK) of #4438fe color hex is 0.73, 0.78, 0.00, 0.00. Web safe color of #4438fe is #3333ff. Color #4438fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111000 11111110
Octal 104 70 376
Decimal 68 56 254
Hex 44 38 FE

RGB Percentages of Color #4438fe

%17.99
%14.81
%67.20

CMYK Percentages of Color #4438fe

%73
%78
%0
%0

Triadic Colors of #4438fe

#4438fe #fe4438 #38fe44

Analogous Colors of #4438fe

#4438fe #a738fe #388ffe

Monochromatic Colors of #4438fe

#4438fe

Complementary Color

#4438fe #f2fe38

#4438fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4438fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4438fe Color CSS Codes

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

#4438fe Text Font Color

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

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


#4438fe Background Color

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

This div background color is #4438fe


#4438fe Border Color

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

This div border color is #4438fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4438fe


Comments

No comments written yet.

Please login to write comment.