Color Hex Logo

#4245a0 Color Hex

#4245A0
(66,69,160)
0 Favorites   0 Comments

Color spaces of #4245a0

RGB 6669160
HSL0.660.420.44
HSV238°59°63°
CMYK 0.590.570.00   0.37
XYZ10.72017.952634.2277
Yxy7.95260.20260.1503
Hunter Lab28.200418.5045-52.2220
CIE-Lab33.884026.5606-49.9818

#4245a0 color RGB value is (66,69,160).

#4245a0 hex color red value is 66, green value is 69 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #4245a0 hue: 0.66 , saturation: 0.42 and the lightness value of 4245a0 is 0.44.

The process color (four color CMYK) of #4245a0 color hex is 0.59, 0.57, 0.00, 0.37. Web safe color of #4245a0 is #333399. Color #4245a0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000101 10100000
Octal 102 105 240
Decimal 66 69 160
Hex 42 45 A0

RGB Percentages of Color #4245a0

%22.37
%23.39
%54.24

CMYK Percentages of Color #4245a0

%59
%57
%0
%37

Triadic Colors of #4245a0

#4245a0 #a04245 #45a042

Analogous Colors of #4245a0

#4245a0 #6e42a0 #4274a0

Monochromatic Colors of #4245a0

#4245a0

Complementary Color

#4245a0 #a09d42

#4245a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4245a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4245a0 Color CSS Codes

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

#4245a0 Text Font Color

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

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


#4245a0 Background Color

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

This div background color is #4245a0


#4245a0 Border Color

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

This div border color is #4245a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4245a0


Comments

No comments written yet.

Please login to write comment.