Color Hex Logo

#4483ca Color Hex

#4483CA
(68,131,202)
0 Favorites   0 Comments

Color spaces of #4483ca

RGB 68131202
HSL0.590.560.53
HSV212°66°79°
CMYK 0.660.350.00   0.21
XYZ21.160921.725858.9553
Yxy21.72580.20780.2133
Hunter Lab46.6109-0.5319-42.3646
CIE-Lab53.73492.4601-42.7787

#4483ca color RGB value is (68,131,202).

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

The process color (four color CMYK) of #4483ca color hex is 0.66, 0.35, 0.00, 0.21. Web safe color of #4483ca is #3399cc. Color #4483ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10000011 11001010
Octal 104 203 312
Decimal 68 131 202
Hex 44 83 CA

RGB Percentages of Color #4483ca

%16.96
%32.67
%50.37

CMYK Percentages of Color #4483ca

%66
%35
%0
%21

Triadic Colors of #4483ca

#4483ca #ca4483 #83ca44

Analogous Colors of #4483ca

#4483ca #4844ca #44c6ca

Monochromatic Colors of #4483ca

#4483ca

Complementary Color

#4483ca #ca8b44

#4483ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4483ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4483ca Color CSS Codes

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

#4483ca Text Font Color

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

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


#4483ca Background Color

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

This div background color is #4483ca


#4483ca Border Color

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

This div border color is #4483ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4483ca


Comments

No comments written yet.

Please login to write comment.