Color Hex Logo

#4463de Color Hex

#4463DE
(68,99,222)
0 Favorites   0 Comments

Color spaces of #4463de

RGB 6899222
HSL0.630.700.57
HSV228°69°87°
CMYK 0.690.550.00   0.13
XYZ20.030615.426671.0291
Yxy15.42660.18810.1449
Hunter Lab39.276722.2984-79.7280
CIE-Lab46.213029.3871-66.1919

#4463de color RGB value is (68,99,222).

#4463de hex color red value is 68, green value is 99 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4463de hue: 0.63 , saturation: 0.70 and the lightness value of 4463de is 0.57.

The process color (four color CMYK) of #4463de color hex is 0.69, 0.55, 0.00, 0.13. Web safe color of #4463de is #3366cc. Color #4463de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100011 11011110
Octal 104 143 336
Decimal 68 99 222
Hex 44 63 DE

RGB Percentages of Color #4463de

%17.48
%25.45
%57.07

CMYK Percentages of Color #4463de

%69
%55
%0
%13

Triadic Colors of #4463de

#4463de #de4463 #63de44

Analogous Colors of #4463de

#4463de #7244de #44b0de

Monochromatic Colors of #4463de

#4463de

Complementary Color

#4463de #debf44

#4463de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4463de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4463de Color CSS Codes

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

#4463de Text Font Color

<p style="color:#4463de">Text here</p>

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


#4463de Background Color

<div style="background-color:#4463de">
Div content here</div>

This div background color is #4463de


#4463de Border Color

<div style="border:3px solid #4463de">
Div here</div>

This div border color is #4463de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,99,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4463de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4463de;
  -webkit-box-shadow: 1px 1px 3px 2px #4463de;
  box-shadow:         1px 1px 3px 2px #4463de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4463de


Comments

No comments written yet.

Please login to write comment.