Color Hex Logo

#4242cc Color Hex

#4242CC
(66,66,204)
0 Favorites   0 Comments

Color spaces of #4242cc

RGB 6666204
HSL0.670.580.53
HSV240°68°80°
CMYK 0.680.680.00   0.20
XYZ15.09419.414358.1483
Yxy9.41430.18260.1139
Hunter Lab30.682734.1167-90.8854
CIE-Lab36.770043.3082-71.2812

#4242cc color RGB value is (66,66,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 11001100
Octal 102 102 314
Decimal 66 66 204
Hex 42 42 CC

RGB Percentages of Color #4242cc

%19.64
%19.64
%60.71

CMYK Percentages of Color #4242cc

%68
%68
%0
%20

Triadic Colors of #4242cc

#4242cc #cc4242 #42cc42

Analogous Colors of #4242cc

#4242cc #8742cc #4287cc

Monochromatic Colors of #4242cc

#4242cc

Complementary Color

#4242cc #cccc42

#4242cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4242cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4242cc Color CSS Codes

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

#4242cc Text Font Color

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

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


#4242cc Background Color

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

This div background color is #4242cc


#4242cc Border Color

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

This div border color is #4242cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4242cc


Comments

No comments written yet.

Please login to write comment.