Color Hex Logo

#4483cf Color Hex

#4483CF
(68,131,207)
0 Favorites   0 Comments

Color spaces of #4483cf

RGB 68131207
HSL0.590.590.54
HSV213°67°81°
CMYK 0.670.370.00   0.19
XYZ21.762721.966562.1244
Yxy21.96650.20560.2075
Hunter Lab46.86840.8642-45.7814
CIE-Lab53.99144.2001-45.2064

#4483cf color RGB value is (68,131,207).

#4483cf hex color red value is 68, green value is 131 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4483cf hue: 0.59 , saturation: 0.59 and the lightness value of 4483cf is 0.54.

The process color (four color CMYK) of #4483cf color hex is 0.67, 0.37, 0.00, 0.19. Web safe color of #4483cf is #3399cc. Color #4483cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000011 11001111
Octal 104 203 317
Decimal 68 131 207
Hex 44 83 CF

RGB Percentages of Color #4483cf

%16.75
%32.27
%50.99

CMYK Percentages of Color #4483cf

%67
%37
%0
%19

Triadic Colors of #4483cf

#4483cf #cf4483 #83cf44

Analogous Colors of #4483cf

#4483cf #4a44cf #44c9cf

Monochromatic Colors of #4483cf

#4483cf

Complementary Color

#4483cf #cf9044

#4483cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4483cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4483cf Color CSS Codes

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

#4483cf Text Font Color

<p style="color:#4483cf">Text here</p>

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


#4483cf Background Color

<div style="background-color:#4483cf">
Div content here</div>

This div background color is #4483cf


#4483cf Border Color

<div style="border:3px solid #4483cf">
Div here</div>

This div border color is #4483cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,131,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4483cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4483cf;
  -webkit-box-shadow: 1px 1px 3px 2px #4483cf;
  box-shadow:         1px 1px 3px 2px #4483cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4483cf


Comments

No comments written yet.

Please login to write comment.