Color Hex Logo

#4224ff Color Hex

#4224FF
(66,36,255)
1 Favorites   0 Comments

Color spaces of #4224ff

RGB 6636255
HSL0.691.000.57
HSV248°86°100°
CMYK 0.740.860.00   0.00
XYZ20.92769.640095.3654
Yxy9.64000.16620.0765
Hunter Lab31.048365.9802-160.3761
CIE-Lab37.188472.6632-99.6510

#4224ff color RGB value is (66,36,255).

#4224ff hex color red value is 66, green value is 36 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4224ff hue: 0.69 , saturation: 1.00 and the lightness value of 4224ff is 0.57.

The process color (four color CMYK) of #4224ff color hex is 0.74, 0.86, 0.00, 0.00. Web safe color of #4224ff is #3333ff. Color #4224ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100100 11111111
Octal 102 44 377
Decimal 66 36 255
Hex 42 24 FF

RGB Percentages of Color #4224ff

%18.49
%10.08
%71.43

CMYK Percentages of Color #4224ff

%74
%86
%0
%0

Triadic Colors of #4224ff

#4224ff #ff4224 #24ff42

Analogous Colors of #4224ff

#4224ff #b024ff #2474ff

Monochromatic Colors of #4224ff

#4224ff

Complementary Color

#4224ff #e1ff24

#4224ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4224ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4224ff Color CSS Codes

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

#4224ff Text Font Color

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

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


#4224ff Background Color

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

This div background color is #4224ff


#4224ff Border Color

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

This div border color is #4224ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,36,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4224ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4224ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4224ff;
  box-shadow:         1px 1px 3px 2px #4224ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4224ff

Related Colors


Comments

No comments written yet.

Please login to write comment.