Color Hex Logo

#424085 Color Hex

#424085
(66,64,133)
0 Favorites   0 Comments

Color spaces of #424085

RGB 6664133
HSL0.670.350.39
HSV242°52°52°
CMYK 0.500.520.00   0.48
XYZ8.31386.518523.0103
Yxy6.51850.21970.1723
Hunter Lab25.531413.4453-35.5636
CIE-Lab30.684620.7241-38.6382

#424085 color RGB value is (66,64,133).

#424085 hex color red value is 66, green value is 64 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #424085 hue: 0.67 , saturation: 0.35 and the lightness value of 424085 is 0.39.

The process color (four color CMYK) of #424085 color hex is 0.50, 0.52, 0.00, 0.48. Web safe color of #424085 is #333399. Color #424085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000000 10000101
Octal 102 100 205
Decimal 66 64 133
Hex 42 40 85

RGB Percentages of Color #424085

%25.10
%24.33
%50.57

CMYK Percentages of Color #424085

%50
%52
%0
%48

Triadic Colors of #424085

#424085 #854240 #408542

Analogous Colors of #424085

#424085 #654085 #406185

Monochromatic Colors of #424085

#424085

Complementary Color

#424085 #838540

#424085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424085 Color CSS Codes

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

#424085 Text Font Color

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

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


#424085 Background Color

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

This div background color is #424085


#424085 Border Color

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

This div border color is #424085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424085


Comments

No comments written yet.

Please login to write comment.