Color Hex Logo

#424abc Color Hex

#424ABC
(66,74,188)
0 Favorites   0 Comments

Color spaces of #424abc

RGB 6674188
HSL0.660.480.50
HSV236°65°74°
CMYK 0.650.610.00   0.26
XYZ13.77269.686648.7208
Yxy9.68660.19080.1342
Hunter Lab31.123324.5236-71.0270
CIE-Lab37.274032.9916-61.1213

#424abc color RGB value is (66,74,188).

#424abc hex color red value is 66, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #424abc hue: 0.66 , saturation: 0.48 and the lightness value of 424abc is 0.50.

The process color (four color CMYK) of #424abc color hex is 0.65, 0.61, 0.00, 0.26. Web safe color of #424abc is #3333cc. Color #424abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001010 10111100
Octal 102 112 274
Decimal 66 74 188
Hex 42 4A BC

RGB Percentages of Color #424abc

%20.12
%22.56
%57.32

CMYK Percentages of Color #424abc

%65
%61
%0
%26

Triadic Colors of #424abc

#424abc #bc424a #4abc42

Analogous Colors of #424abc

#424abc #7742bc #4287bc

Monochromatic Colors of #424abc

#424abc

Complementary Color

#424abc #bcb442

#424abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#424abc Color CSS Codes

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

#424abc Text Font Color

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

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


#424abc Background Color

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

This div background color is #424abc


#424abc Border Color

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

This div border color is #424abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424abc


Comments

No comments written yet.

Please login to write comment.