Color Hex Logo

#4243ac Color Hex

#4243AC
(66,67,172)
0 Favorites   0 Comments

Color spaces of #4243ac

RGB 6667172
HSL0.670.450.47
HSV239°62°67°
CMYK 0.620.610.00   0.33
XYZ11.70038.151139.9864
Yxy8.15110.19550.1362
Hunter Lab28.550123.1894-63.0546
CIE-Lab34.295631.9355-56.5069

#4243ac color RGB value is (66,67,172).

#4243ac hex color red value is 66, green value is 67 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4243ac hue: 0.67 , saturation: 0.45 and the lightness value of 4243ac is 0.47.

The process color (four color CMYK) of #4243ac color hex is 0.62, 0.61, 0.00, 0.33. Web safe color of #4243ac is #333399. Color #4243ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000011 10101100
Octal 102 103 254
Decimal 66 67 172
Hex 42 43 AC

RGB Percentages of Color #4243ac

%21.64
%21.97
%56.39

CMYK Percentages of Color #4243ac

%62
%61
%0
%33

Triadic Colors of #4243ac

#4243ac #ac4243 #43ac42

Analogous Colors of #4243ac

#4243ac #7642ac #4278ac

Monochromatic Colors of #4243ac

#4243ac

Complementary Color

#4243ac #acab42

#4243ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4243ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4243ac Color CSS Codes

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

#4243ac Text Font Color

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

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


#4243ac Background Color

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

This div background color is #4243ac


#4243ac Border Color

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

This div border color is #4243ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4243ac


Comments

No comments written yet.

Please login to write comment.