Color Hex Logo

#7464de Color Hex

#7464DE
(116,100,222)
0 Favorites   0 Comments

Color spaces of #7464de

RGB 116100222
HSL0.690.650.63
HSV248°55°87°
CMYK 0.480.550.00   0.13
XYZ24.944418.101371.2864
Yxy18.10130.21820.1583
Hunter Lab42.545630.1993-69.5601
CIE-Lab49.618737.2821-60.5292

#7464de color RGB value is (116,100,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100100 11011110
Octal 164 144 336
Decimal 116 100 222
Hex 74 64 DE

RGB Percentages of Color #7464de

%26.48
%22.83
%50.68

CMYK Percentages of Color #7464de

%48
%55
%0
%13

Triadic Colors of #7464de

#7464de #de7464 #64de74

Analogous Colors of #7464de

#7464de #b164de #6491de

Monochromatic Colors of #7464de

#7464de

Complementary Color

#7464de #cede64

#7464de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7464de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7464de Color CSS Codes

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

#7464de Text Font Color

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

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


#7464de Background Color

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

This div background color is #7464de


#7464de Border Color

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

This div border color is #7464de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7464de


Comments

No comments written yet.

Please login to write comment.