Color Hex Logo

#7564ff Color Hex

#7564FF
(117,100,255)
0 Favorites   0 Comments

Color spaces of #7564ff

RGB 117100255
HSL0.681.000.70
HSV247°61°100°
CMYK 0.540.610.00   0.00
XYZ29.943320.116396.9124
Yxy20.11630.20370.1369
Hunter Lab44.851240.6795-96.7153
CIE-Lab51.968447.2504-75.1974

#7564ff color RGB value is (117,100,255).

#7564ff hex color red value is 117, green value is 100 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7564ff hue: 0.68 , saturation: 1.00 and the lightness value of 7564ff is 0.70.

The process color (four color CMYK) of #7564ff color hex is 0.54, 0.61, 0.00, 0.00. Web safe color of #7564ff is #6666ff. Color #7564ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100100 11111111
Octal 165 144 377
Decimal 117 100 255
Hex 75 64 FF

RGB Percentages of Color #7564ff

%24.79
%21.19
%54.03

CMYK Percentages of Color #7564ff

%54
%61
%0
%0

Triadic Colors of #7564ff

#7564ff #ff7564 #64ff75

Analogous Colors of #7564ff

#7564ff #c364ff #64a1ff

Monochromatic Colors of #7564ff

#7564ff

Complementary Color

#7564ff #eeff64

#7564ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7564ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7564ff Color CSS Codes

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

#7564ff Text Font Color

<p style="color:#7564ff">Text here</p>

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


#7564ff Background Color

<div style="background-color:#7564ff">
Div content here</div>

This div background color is #7564ff


#7564ff Border Color

<div style="border:3px solid #7564ff">
Div here</div>

This div border color is #7564ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,100,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7564ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7564ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7564ff;
  box-shadow:         1px 1px 3px 2px #7564ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7564ff


Comments

No comments written yet.

Please login to write comment.