Color Hex Logo

#7463de Color Hex

#7463DE
(116,99,222)
0 Favorites   0 Comments

Color spaces of #7463de

RGB 11699222
HSL0.690.650.63
HSV248°55°87°
CMYK 0.480.550.00   0.13
XYZ24.849117.910671.2546
Yxy17.91060.21790.1571
Hunter Lab42.320930.7462-70.2004
CIE-Lab49.387537.8707-60.9021

#7463de color RGB value is (116,99,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100011 11011110
Octal 164 143 336
Decimal 116 99 222
Hex 74 63 DE

RGB Percentages of Color #7463de

%26.54
%22.65
%50.80

CMYK Percentages of Color #7463de

%48
%55
%0
%13

Triadic Colors of #7463de

#7463de #de7463 #63de74

Analogous Colors of #7463de

#7463de #b263de #6390de

Monochromatic Colors of #7463de

#7463de

Complementary Color

#7463de #cdde63

#7463de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7463de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7463de Color CSS Codes

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

#7463de Text Font Color

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

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


#7463de Background Color

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

This div background color is #7463de


#7463de Border Color

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

This div border color is #7463de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,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 #7463de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7463de


Comments

No comments written yet.

Please login to write comment.