Color Hex Logo

#4355ae Color Hex

#4355AE
(67,85,174)
0 Favorites   0 Comments

Color spaces of #4355ae

RGB 6785174
HSL0.640.440.47
HSV230°61°68°
CMYK 0.610.510.00   0.32
XYZ13.203210.746341.4228
Yxy10.74630.20200.1644
Hunter Lab32.781514.5255-51.9718
CIE-Lab39.149821.2358-49.8323

#4355ae color RGB value is (67,85,174).

#4355ae hex color red value is 67, green value is 85 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4355ae hue: 0.64 , saturation: 0.44 and the lightness value of 4355ae is 0.47.

The process color (four color CMYK) of #4355ae color hex is 0.61, 0.51, 0.00, 0.32. Web safe color of #4355ae is #336699. Color #4355ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010101 10101110
Octal 103 125 256
Decimal 67 85 174
Hex 43 55 AE

RGB Percentages of Color #4355ae

%20.55
%26.07
%53.37

CMYK Percentages of Color #4355ae

%61
%51
%0
%32

Triadic Colors of #4355ae

#4355ae #ae4355 #55ae43

Analogous Colors of #4355ae

#4355ae #6743ae #438bae

Monochromatic Colors of #4355ae

#4355ae

Complementary Color

#4355ae #ae9c43

#4355ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4355ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4355ae Color CSS Codes

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

#4355ae Text Font Color

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

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


#4355ae Background Color

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

This div background color is #4355ae


#4355ae Border Color

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

This div border color is #4355ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,85,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 #4355ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4355ae


Comments

No comments written yet.

Please login to write comment.