Color Hex Logo

#42458d Color Hex

#42458D
(66,69,141)
0 Favorites   0 Comments

Color spaces of #42458d

RGB 6669141
HSL0.660.360.41
HSV238°53°55°
CMYK 0.530.510.00   0.45
XYZ9.18267.337626.1316
Yxy7.33760.21530.1720
Hunter Lab27.088013.1060-38.2350
CIE-Lab32.563420.1025-40.5587

#42458d color RGB value is (66,69,141).

#42458d hex color red value is 66, green value is 69 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #42458d hue: 0.66 , saturation: 0.36 and the lightness value of 42458d is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000101 10001101
Octal 102 105 215
Decimal 66 69 141
Hex 42 45 8D

RGB Percentages of Color #42458d

%23.91
%25.00
%51.09

CMYK Percentages of Color #42458d

%53
%51
%0
%45

Triadic Colors of #42458d

#42458d #8d4245 #458d42

Analogous Colors of #42458d

#42458d #65428d #426b8d

Monochromatic Colors of #42458d

#42458d

Complementary Color

#42458d #8d8a42

#42458d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42458d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42458d Color CSS Codes

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

#42458d Text Font Color

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

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


#42458d Background Color

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

This div background color is #42458d


#42458d Border Color

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

This div border color is #42458d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,69,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 #42458d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42458d


Comments

No comments written yet.

Please login to write comment.