Color Hex Logo

#424feb Color Hex

#424FEB
(66,79,235)
0 Favorites   0 Comments

Color spaces of #424feb

RGB 6679235
HSL0.650.810.59
HSV235°72°92°
CMYK 0.720.660.00   0.08
XYZ20.038112.748480.0018
Yxy12.74840.17770.1130
Hunter Lab35.704937.6932-107.8541
CIE-Lab42.381745.9387-79.8140

#424feb color RGB value is (66,79,235).

#424feb hex color red value is 66, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #424feb hue: 0.65 , saturation: 0.81 and the lightness value of 424feb is 0.59.

The process color (four color CMYK) of #424feb color hex is 0.72, 0.66, 0.00, 0.08. Web safe color of #424feb is #3366ff. Color #424feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001111 11101011
Octal 102 117 353
Decimal 66 79 235
Hex 42 4F EB

RGB Percentages of Color #424feb

%17.37
%20.79
%61.84

CMYK Percentages of Color #424feb

%72
%66
%0
%8

Triadic Colors of #424feb

#424feb #eb424f #4feb42

Analogous Colors of #424feb

#424feb #8a42eb #42a4eb

Monochromatic Colors of #424feb

#424feb

Complementary Color

#424feb #ebde42

#424feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#424feb Color CSS Codes

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

#424feb Text Font Color

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

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


#424feb Background Color

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

This div background color is #424feb


#424feb Border Color

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

This div border color is #424feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,79,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #424feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #424feb;
  -webkit-box-shadow: 1px 1px 3px 2px #424feb;
  box-shadow:         1px 1px 3px 2px #424feb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424feb


Comments

No comments written yet.

Please login to write comment.