Color Hex Logo

#4242ba Color Hex

#4242BA
(66,66,186)
0 Favorites   0 Comments

Color spaces of #4242ba

RGB 6666186
HSL0.670.480.49
HSV240°65°73°
CMYK 0.650.650.00   0.27
XYZ13.05798.599947.4261
Yxy8.59990.18900.1245
Hunter Lab29.325628.1615-75.3574
CIE-Lab35.202337.2978-63.3260

#4242ba color RGB value is (66,66,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 10111010
Octal 102 102 272
Decimal 66 66 186
Hex 42 42 BA

RGB Percentages of Color #4242ba

%20.75
%20.75
%58.49

CMYK Percentages of Color #4242ba

%65
%65
%0
%27

Triadic Colors of #4242ba

#4242ba #ba4242 #42ba42

Analogous Colors of #4242ba

#4242ba #7e42ba #427eba

Monochromatic Colors of #4242ba

#4242ba

Complementary Color

#4242ba #baba42

#4242ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4242ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4242ba Color CSS Codes

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

#4242ba Text Font Color

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

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


#4242ba Background Color

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

This div background color is #4242ba


#4242ba Border Color

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

This div border color is #4242ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4242ba


Comments

No comments written yet.

Please login to write comment.