Color Hex Logo

#42398d Color Hex

#42398D
(66,57,141)
0 Favorites   0 Comments

Color spaces of #42398d

RGB 6657141
HSL0.680.420.39
HSV246°60°55°
CMYK 0.530.600.00   0.45
XYZ8.51766.007625.9100
Yxy6.00760.21060.1486
Hunter Lab24.510419.1372-45.5183
CIE-Lab29.431627.9240-45.6061

#42398d color RGB value is (66,57,141).

#42398d hex color red value is 66, green value is 57 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #42398d hue: 0.68 , saturation: 0.42 and the lightness value of 42398d is 0.39.

The process color (four color CMYK) of #42398d color hex is 0.53, 0.60, 0.00, 0.45. Web safe color of #42398d is #333399. Color #42398d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111001 10001101
Octal 102 71 215
Decimal 66 57 141
Hex 42 39 8D

RGB Percentages of Color #42398d

%25.00
%21.59
%53.41

CMYK Percentages of Color #42398d

%53
%60
%0
%45

Triadic Colors of #42398d

#42398d #8d4239 #398d42

Analogous Colors of #42398d

#42398d #6c398d #395a8d

Monochromatic Colors of #42398d

#42398d

Complementary Color

#42398d #848d39

#42398d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42398d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42398d Color CSS Codes

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

#42398d Text Font Color

<p style="color:#42398d">Text here</p>

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


#42398d Background Color

<div style="background-color:#42398d">
Div content here</div>

This div background color is #42398d


#42398d Border Color

<div style="border:3px solid #42398d">
Div here</div>

This div border color is #42398d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,57,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42398d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42398d;
  -webkit-box-shadow: 1px 1px 3px 2px #42398d;
  box-shadow:         1px 1px 3px 2px #42398d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42398d


Comments

No comments written yet.

Please login to write comment.