Color Hex Logo

#4242df Color Hex

#4242DF
(66,66,223)
0 Favorites   0 Comments

Color spaces of #4242df

RGB 6666223
HSL0.670.710.57
HSV240°70°87°
CMYK 0.700.700.00   0.13
XYZ17.514310.382470.8929
Yxy10.38240.17730.1051
Hunter Lab32.221740.6366-107.8922
CIE-Lab38.520249.5249-79.3445

#4242df color RGB value is (66,66,223).

#4242df hex color red value is 66, green value is 66 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4242df hue: 0.67 , saturation: 0.71 and the lightness value of 4242df is 0.57.

The process color (four color CMYK) of #4242df color hex is 0.70, 0.70, 0.00, 0.13. Web safe color of #4242df is #3333cc. Color #4242df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 11011111
Octal 102 102 337
Decimal 66 66 223
Hex 42 42 DF

RGB Percentages of Color #4242df

%18.59
%18.59
%62.82

CMYK Percentages of Color #4242df

%70
%70
%0
%13

Triadic Colors of #4242df

#4242df #df4242 #42df42

Analogous Colors of #4242df

#4242df #9142df #4291df

Monochromatic Colors of #4242df

#4242df

Complementary Color

#4242df #dfdf42

#4242df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4242df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4242df Color CSS Codes

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

#4242df Text Font Color

<p style="color:#4242df">Text here</p>

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


#4242df Background Color

<div style="background-color:#4242df">
Div content here</div>

This div background color is #4242df


#4242df Border Color

<div style="border:3px solid #4242df">
Div here</div>

This div border color is #4242df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,66,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4242df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4242df;
  -webkit-box-shadow: 1px 1px 3px 2px #4242df;
  box-shadow:         1px 1px 3px 2px #4242df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4242df


Comments

No comments written yet.

Please login to write comment.