Color Hex Logo

#4258ae Color Hex

#4258AE
(66,88,174)
0 Favorites   0 Comments

Color spaces of #4258ae

RGB 6688174
HSL0.630.450.47
HSV228°62°68°
CMYK 0.620.490.00   0.32
XYZ13.376511.193741.5000
Yxy11.19370.20250.1694
Hunter Lab33.457012.8167-50.1233
CIE-Lab39.904819.1096-48.6206

#4258ae color RGB value is (66,88,174).

#4258ae hex color red value is 66, green value is 88 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4258ae hue: 0.63 , saturation: 0.45 and the lightness value of 4258ae is 0.47.

The process color (four color CMYK) of #4258ae color hex is 0.62, 0.49, 0.00, 0.32. Web safe color of #4258ae is #336699. Color #4258ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011000 10101110
Octal 102 130 256
Decimal 66 88 174
Hex 42 58 AE

RGB Percentages of Color #4258ae

%20.12
%26.83
%53.05

CMYK Percentages of Color #4258ae

%62
%49
%0
%32

Triadic Colors of #4258ae

#4258ae #ae4258 #58ae42

Analogous Colors of #4258ae

#4258ae #6242ae #428eae

Monochromatic Colors of #4258ae

#4258ae

Complementary Color

#4258ae #ae9842

#4258ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4258ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4258ae Color CSS Codes

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

#4258ae Text Font Color

<p style="color:#4258ae">Text here</p>

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


#4258ae Background Color

<div style="background-color:#4258ae">
Div content here</div>

This div background color is #4258ae


#4258ae Border Color

<div style="border:3px solid #4258ae">
Div here</div>

This div border color is #4258ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,88,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4258ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4258ae;
  -webkit-box-shadow: 1px 1px 3px 2px #4258ae;
  box-shadow:         1px 1px 3px 2px #4258ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4258ae


Comments

No comments written yet.

Please login to write comment.