Color Hex Logo

#424273 Color Hex

#424273
(66,66,115)
0 Favorites   0 Comments

Color spaces of #424273

RGB 6666115
HSL0.670.270.35
HSV240°43°45°
CMYK 0.430.430.00   0.55
XYZ7.28956.292517.0500
Yxy6.29250.23800.2054
Hunter Lab25.08497.9725-22.7396
CIE-Lab30.138713.5597-28.2503

#424273 color RGB value is (66,66,115).

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

The process color (four color CMYK) of #424273 color hex is 0.43, 0.43, 0.00, 0.55. Web safe color of #424273 is #333366. Color #424273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000010 01110011
Octal 102 102 163
Decimal 66 66 115
Hex 42 42 73

RGB Percentages of Color #424273

%26.72
%26.72
%46.56

CMYK Percentages of Color #424273

%43
%43
%0
%55

Triadic Colors of #424273

#424273 #734242 #427342

Analogous Colors of #424273

#424273 #5b4273 #425b73

Monochromatic Colors of #424273

#424273

Complementary Color

#424273 #737342

#424273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424273 Color CSS Codes

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

#424273 Text Font Color

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

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


#424273 Background Color

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

This div background color is #424273


#424273 Border Color

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

This div border color is #424273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424273


Comments

No comments written yet.

Please login to write comment.