Color Hex Logo

#42389a Color Hex

#42389A
(66,56,154)
0 Favorites   0 Comments

Color spaces of #42389a

RGB 6656154
HSL0.680.470.41
HSV246°64°60°
CMYK 0.570.640.00   0.40
XYZ9.49376.319731.2913
Yxy6.31970.20150.1342
Hunter Lab25.139023.4169-56.2028
CIE-Lab30.205132.8299-52.3189

#42389a color RGB value is (66,56,154).

#42389a hex color red value is 66, green value is 56 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #42389a hue: 0.68 , saturation: 0.47 and the lightness value of 42389a is 0.41.

The process color (four color CMYK) of #42389a color hex is 0.57, 0.64, 0.00, 0.40. Web safe color of #42389a is #333399. Color #42389a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111000 10011010
Octal 102 70 232
Decimal 66 56 154
Hex 42 38 9A

RGB Percentages of Color #42389a

%23.91
%20.29
%55.80

CMYK Percentages of Color #42389a

%57
%64
%0
%40

Triadic Colors of #42389a

#42389a #9a4238 #389a42

Analogous Colors of #42389a

#42389a #73389a #385f9a

Monochromatic Colors of #42389a

#42389a

Complementary Color

#42389a #909a38

#42389a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42389a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42389a Color CSS Codes

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

#42389a Text Font Color

<p style="color:#42389a">Text here</p>

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


#42389a Background Color

<div style="background-color:#42389a">
Div content here</div>

This div background color is #42389a


#42389a Border Color

<div style="border:3px solid #42389a">
Div here</div>

This div border color is #42389a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,56,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42389a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42389a;
  -webkit-box-shadow: 1px 1px 3px 2px #42389a;
  box-shadow:         1px 1px 3px 2px #42389a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42389a


Comments

No comments written yet.

Please login to write comment.