Color Hex Logo

#42458f Color Hex

#42458F
(66,69,143)
0 Favorites   0 Comments

Color spaces of #42458f

RGB 6669143
HSL0.660.370.41
HSV238°54°56°
CMYK 0.540.520.00   0.44
XYZ9.33287.397726.9226
Yxy7.39770.21380.1695
Hunter Lab27.198713.6516-39.6490
CIE-Lab32.695720.7767-41.5724

#42458f color RGB value is (66,69,143).

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

The process color (four color CMYK) of #42458f color hex is 0.54, 0.52, 0.00, 0.44. Web safe color of #42458f is #333399. Color #42458f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000101 10001111
Octal 102 105 217
Decimal 66 69 143
Hex 42 45 8F

RGB Percentages of Color #42458f

%23.74
%24.82
%51.44

CMYK Percentages of Color #42458f

%54
%52
%0
%44

Triadic Colors of #42458f

#42458f #8f4245 #458f42

Analogous Colors of #42458f

#42458f #66428f #426c8f

Monochromatic Colors of #42458f

#42458f

Complementary Color

#42458f #8f8c42

#42458f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42458f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42458f Color CSS Codes

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

#42458f Text Font Color

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

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


#42458f Background Color

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

This div background color is #42458f


#42458f Border Color

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

This div border color is #42458f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42458f


Comments

No comments written yet.

Please login to write comment.