Color Hex Logo

#424bcc Color Hex

#424BCC
(66,75,204)
0 Favorites   0 Comments

Color spaces of #424bcc

RGB 6675204
HSL0.660.580.53
HSV236°68°80°
CMYK 0.680.630.00   0.20
XYZ15.661910.550058.3376
Yxy10.55000.18520.1248
Hunter Lab32.480829.2296-83.7522
CIE-Lab38.812037.8602-67.9365

#424bcc color RGB value is (66,75,204).

#424bcc hex color red value is 66, green value is 75 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #424bcc hue: 0.66 , saturation: 0.58 and the lightness value of 424bcc is 0.53.

The process color (four color CMYK) of #424bcc color hex is 0.68, 0.63, 0.00, 0.20. Web safe color of #424bcc is #3333cc. Color #424bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001011 11001100
Octal 102 113 314
Decimal 66 75 204
Hex 42 4B CC

RGB Percentages of Color #424bcc

%19.13
%21.74
%59.13

CMYK Percentages of Color #424bcc

%68
%63
%0
%20

Triadic Colors of #424bcc

#424bcc #cc424b #4bcc42

Analogous Colors of #424bcc

#424bcc #7e42cc #4290cc

Monochromatic Colors of #424bcc

#424bcc

Complementary Color

#424bcc #ccc342

#424bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#424bcc Color CSS Codes

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

#424bcc Text Font Color

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

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


#424bcc Background Color

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

This div background color is #424bcc


#424bcc Border Color

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

This div border color is #424bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424bcc


Comments

No comments written yet.

Please login to write comment.