Color Hex Logo

#4435ae Color Hex

#4435AE
(68,53,174)
0 Favorites   0 Comments

Color spaces of #4435ae

RGB 6853174
HSL0.690.530.45
HSV247°70°68°
CMYK 0.610.700.00   0.32
XYZ11.29706.831140.7675
Yxy6.83110.19180.1160
Hunter Lab26.136431.4149-74.1850
CIE-Lab31.419341.4423-62.3926

#4435ae color RGB value is (68,53,174).

#4435ae hex color red value is 68, green value is 53 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4435ae hue: 0.69 , saturation: 0.53 and the lightness value of 4435ae is 0.45.

The process color (four color CMYK) of #4435ae color hex is 0.61, 0.70, 0.00, 0.32. Web safe color of #4435ae is #333399. Color #4435ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110101 10101110
Octal 104 65 256
Decimal 68 53 174
Hex 44 35 AE

RGB Percentages of Color #4435ae

%23.05
%17.97
%58.98

CMYK Percentages of Color #4435ae

%61
%70
%0
%32

Triadic Colors of #4435ae

#4435ae #ae4435 #35ae44

Analogous Colors of #4435ae

#4435ae #8135ae #3563ae

Monochromatic Colors of #4435ae

#4435ae

Complementary Color

#4435ae #9fae35

#4435ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4435ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4435ae Color CSS Codes

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

#4435ae Text Font Color

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

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


#4435ae Background Color

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

This div background color is #4435ae


#4435ae Border Color

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

This div border color is #4435ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4435ae


Comments

No comments written yet.

Please login to write comment.