Color Hex Logo

#4245c4 Color Hex

#4245C4
(66,69,196)
0 Favorites   0 Comments

Color spaces of #4245c4

RGB 6669196
HSL0.660.520.51
HSV239°66°77°
CMYK 0.660.650.00   0.23
XYZ14.33879.400053.2832
Yxy9.40000.18620.1220
Hunter Lab30.659429.8263-81.5789
CIE-Lab36.743338.8290-66.6695

#4245c4 color RGB value is (66,69,196).

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

The process color (four color CMYK) of #4245c4 color hex is 0.66, 0.65, 0.00, 0.23. Web safe color of #4245c4 is #3333cc. Color #4245c4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000101 11000100
Octal 102 105 304
Decimal 66 69 196
Hex 42 45 C4

RGB Percentages of Color #4245c4

%19.94
%20.85
%59.21

CMYK Percentages of Color #4245c4

%66
%65
%0
%23

Triadic Colors of #4245c4

#4245c4 #c44245 #45c442

Analogous Colors of #4245c4

#4245c4 #8042c4 #4286c4

Monochromatic Colors of #4245c4

#4245c4

Complementary Color

#4245c4 #c4c142

#4245c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4245c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4245c4 Color CSS Codes

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

#4245c4 Text Font Color

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

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


#4245c4 Background Color

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

This div background color is #4245c4


#4245c4 Border Color

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

This div border color is #4245c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4245c4


Comments

No comments written yet.

Please login to write comment.