Color Hex Logo

#42389b Color Hex

#42389B
(66,56,155)
0 Favorites   0 Comments

Color spaces of #42389b

RGB 6656155
HSL0.680.470.41
HSV246°64°61°
CMYK 0.570.640.00   0.39
XYZ9.57736.353231.7318
Yxy6.35320.20090.1333
Hunter Lab25.205623.7145-56.9975
CIE-Lab30.286633.1575-52.7949

#42389b color RGB value is (66,56,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111000 10011011
Octal 102 70 233
Decimal 66 56 155
Hex 42 38 9B

RGB Percentages of Color #42389b

%23.83
%20.22
%55.96

CMYK Percentages of Color #42389b

%57
%64
%0
%39

Triadic Colors of #42389b

#42389b #9b4238 #389b42

Analogous Colors of #42389b

#42389b #74389b #38609b

Monochromatic Colors of #42389b

#42389b

Complementary Color

#42389b #919b38

#42389b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42389b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42389b Color CSS Codes

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

#42389b Text Font Color

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

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


#42389b Background Color

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

This div background color is #42389b


#42389b Border Color

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

This div border color is #42389b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42389b


Comments

No comments written yet.

Please login to write comment.