Color Hex Logo

#7464da Color Hex

#7464DA
(116,100,218)
0 Favorites   0 Comments

Color spaces of #7464da

RGB 116100218
HSL0.690.610.62
HSV248°54°85°
CMYK 0.470.540.00   0.15
XYZ24.414517.889368.4959
Yxy17.88930.22030.1615
Hunter Lab42.295729.0185-66.4102
CIE-Lab49.361636.1076-58.6763

#7464da color RGB value is (116,100,218).

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

The process color (four color CMYK) of #7464da color hex is 0.47, 0.54, 0.00, 0.15. Web safe color of #7464da is #6666cc. Color #7464da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100100 11011010
Octal 164 144 332
Decimal 116 100 218
Hex 74 64 DA

RGB Percentages of Color #7464da

%26.73
%23.04
%50.23

CMYK Percentages of Color #7464da

%47
%54
%0
%15

Triadic Colors of #7464da

#7464da #da7464 #64da74

Analogous Colors of #7464da

#7464da #af64da #648fda

Monochromatic Colors of #7464da

#7464da

Complementary Color

#7464da #cada64

#7464da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7464da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7464da Color CSS Codes

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

#7464da Text Font Color

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

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


#7464da Background Color

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

This div background color is #7464da


#7464da Border Color

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

This div border color is #7464da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,100,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7464da


Comments

No comments written yet.

Please login to write comment.