Color Hex Logo

#4456f1 Color Hex

#4456F1
(68,86,241)
0 Favorites   0 Comments

Color spaces of #4456f1

RGB 6886241
HSL0.650.860.61
HSV234°72°95°
CMYK 0.720.640.00   0.05
XYZ21.588914.235484.8289
Yxy14.23540.17890.1180
Hunter Lab37.729836.1100-106.8923
CIE-Lab44.568643.9991-79.6024

#4456f1 color RGB value is (68,86,241).

#4456f1 hex color red value is 68, green value is 86 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #4456f1 hue: 0.65 , saturation: 0.86 and the lightness value of 4456f1 is 0.61.

The process color (four color CMYK) of #4456f1 color hex is 0.72, 0.64, 0.00, 0.05. Web safe color of #4456f1 is #3366ff. Color #4456f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010110 11110001
Octal 104 126 361
Decimal 68 86 241
Hex 44 56 F1

RGB Percentages of Color #4456f1

%17.22
%21.77
%61.01

CMYK Percentages of Color #4456f1

%72
%64
%0
%5

Triadic Colors of #4456f1

#4456f1 #f14456 #56f144

Analogous Colors of #4456f1

#4456f1 #8944f1 #44adf1

Monochromatic Colors of #4456f1

#4456f1

Complementary Color

#4456f1 #f1df44

#4456f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4456f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4456f1 Color CSS Codes

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

#4456f1 Text Font Color

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

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


#4456f1 Background Color

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

This div background color is #4456f1


#4456f1 Border Color

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

This div border color is #4456f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4456f1


Comments

No comments written yet.

Please login to write comment.