Color Hex Logo

#424987 Color Hex

#424987
(66,73,135)
0 Favorites   0 Comments

Color spaces of #424987

RGB 6673135
HSL0.650.340.39
HSV234°51°53°
CMYK 0.510.460.00   0.47
XYZ9.00257.672623.9281
Yxy7.67260.22170.1890
Hunter Lab27.69959.5396-31.8279
CIE-Lab33.291515.4544-35.7069

#424987 color RGB value is (66,73,135).

#424987 hex color red value is 66, green value is 73 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #424987 hue: 0.65 , saturation: 0.34 and the lightness value of 424987 is 0.39.

The process color (four color CMYK) of #424987 color hex is 0.51, 0.46, 0.00, 0.47. Web safe color of #424987 is #333399. Color #424987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001001 10000111
Octal 102 111 207
Decimal 66 73 135
Hex 42 49 87

RGB Percentages of Color #424987

%24.09
%26.64
%49.27

CMYK Percentages of Color #424987

%51
%46
%0
%47

Triadic Colors of #424987

#424987 #874249 #498742

Analogous Colors of #424987

#424987 #5e4287 #426c87

Monochromatic Colors of #424987

#424987

Complementary Color

#424987 #878042

#424987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424987 Color CSS Codes

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

#424987 Text Font Color

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

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


#424987 Background Color

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

This div background color is #424987


#424987 Border Color

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

This div border color is #424987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424987


Comments

No comments written yet.

Please login to write comment.