Color Hex Logo

#425993 Color Hex

#425993
(66,89,147)
0 Favorites   0 Comments

Color spaces of #425993

RGB 6689147
HSL0.620.380.42
HSV223°55°58°
CMYK 0.550.390.00   0.42
XYZ11.085610.409629.0287
Yxy10.40960.21940.2060
Hunter Lab32.26394.8692-30.7601
CIE-Lab38.56779.0868-34.6396

#425993 color RGB value is (66,89,147).

#425993 hex color red value is 66, green value is 89 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #425993 hue: 0.62 , saturation: 0.38 and the lightness value of 425993 is 0.42.

The process color (four color CMYK) of #425993 color hex is 0.55, 0.39, 0.00, 0.42. Web safe color of #425993 is #336699. Color #425993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011001 10010011
Octal 102 131 223
Decimal 66 89 147
Hex 42 59 93

RGB Percentages of Color #425993

%21.85
%29.47
%48.68

CMYK Percentages of Color #425993

%55
%39
%0
%42

Triadic Colors of #425993

#425993 #934259 #599342

Analogous Colors of #425993

#425993 #544293 #428293

Monochromatic Colors of #425993

#425993

Complementary Color

#425993 #937c42

#425993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425993 Color CSS Codes

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

#425993 Text Font Color

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

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


#425993 Background Color

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

This div background color is #425993


#425993 Border Color

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

This div border color is #425993


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,89,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #425993; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #425993;
  -webkit-box-shadow: 1px 1px 3px 2px #425993;
  box-shadow:         1px 1px 3px 2px #425993; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425993


Comments

No comments written yet.

Please login to write comment.