Color Hex Logo

#4418fa Color Hex

#4418FA
(68,24,250)
0 Favorites   0 Comments

Color spaces of #4418fa

RGB 6824250
HSL0.700.960.54
HSV252°90°98°
CMYK 0.730.900.00   0.02
XYZ19.96588.784391.0857
Yxy8.78430.16660.0733
Hunter Lab29.638368.3791-161.4656
CIE-Lab35.565674.9599-99.5425

#4418fa color RGB value is (68,24,250).

#4418fa hex color red value is 68, green value is 24 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4418fa hue: 0.70 , saturation: 0.96 and the lightness value of 4418fa is 0.54.

The process color (four color CMYK) of #4418fa color hex is 0.73, 0.90, 0.00, 0.02. Web safe color of #4418fa is #3300ff. Color #4418fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011000 11111010
Octal 104 30 372
Decimal 68 24 250
Hex 44 18 FA

RGB Percentages of Color #4418fa

%19.88
%7.02
%73.10

CMYK Percentages of Color #4418fa

%73
%90
%0
%2

Triadic Colors of #4418fa

#4418fa #fa4418 #18fa44

Analogous Colors of #4418fa

#4418fa #b518fa #185dfa

Monochromatic Colors of #4418fa

#4418fa

Complementary Color

#4418fa #cefa18

#4418fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4418fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4418fa Color CSS Codes

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

#4418fa Text Font Color

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

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


#4418fa Background Color

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

This div background color is #4418fa


#4418fa Border Color

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

This div border color is #4418fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4418fa

Related Colors


Comments

No comments written yet.

Please login to write comment.