Color Hex Logo

#4450af Color Hex

#4450AF
(68,80,175)
0 Favorites   0 Comments

Color spaces of #4450af

RGB 6880175
HSL0.650.440.48
HSV233°61°69°
CMYK 0.610.540.00   0.31
XYZ12.990410.061441.8148
Yxy10.06140.20030.1551
Hunter Lab31.719717.5929-55.9558
CIE-Lab37.952424.9984-52.3526

#4450af color RGB value is (68,80,175).

#4450af hex color red value is 68, green value is 80 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4450af hue: 0.65 , saturation: 0.44 and the lightness value of 4450af is 0.48.

The process color (four color CMYK) of #4450af color hex is 0.61, 0.54, 0.00, 0.31. Web safe color of #4450af is #336699. Color #4450af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010000 10101111
Octal 104 120 257
Decimal 68 80 175
Hex 44 50 AF

RGB Percentages of Color #4450af

%21.05
%24.77
%54.18

CMYK Percentages of Color #4450af

%61
%54
%0
%31

Triadic Colors of #4450af

#4450af #af4450 #50af44

Analogous Colors of #4450af

#4450af #6e44af #4486af

Monochromatic Colors of #4450af

#4450af

Complementary Color

#4450af #afa344

#4450af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4450af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4450af Color CSS Codes

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

#4450af Text Font Color

<p style="color:#4450af">Text here</p>

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


#4450af Background Color

<div style="background-color:#4450af">
Div content here</div>

This div background color is #4450af


#4450af Border Color

<div style="border:3px solid #4450af">
Div here</div>

This div border color is #4450af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,80,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4450af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4450af;
  -webkit-box-shadow: 1px 1px 3px 2px #4450af;
  box-shadow:         1px 1px 3px 2px #4450af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,80,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4450af


Comments

No comments written yet.

Please login to write comment.