Color Hex Logo

#7540ff Color Hex

#7540FF
(117,64,255)
0 Favorites   0 Comments

Color spaces of #7540ff

RGB 11764255
HSL0.711.000.63
HSV257°75°100°
CMYK 0.540.750.00   0.00
XYZ27.219514.668796.0045
Yxy14.66870.19740.1064
Hunter Lab38.299759.8348-121.8102
CIE-Lab45.177165.8780-86.3040

#7540ff color RGB value is (117,64,255).

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

The process color (four color CMYK) of #7540ff color hex is 0.54, 0.75, 0.00, 0.00. Web safe color of #7540ff is #6633ff. Color #7540ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000000 11111111
Octal 165 100 377
Decimal 117 64 255
Hex 75 40 FF

RGB Percentages of Color #7540ff

%26.83
%14.68
%58.49

CMYK Percentages of Color #7540ff

%54
%75
%0
%0

Triadic Colors of #7540ff

#7540ff #ff7540 #40ff75

Analogous Colors of #7540ff

#7540ff #d540ff #406bff

Monochromatic Colors of #7540ff

#7540ff

Complementary Color

#7540ff #caff40

#7540ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7540ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7540ff Color CSS Codes

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

#7540ff Text Font Color

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

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


#7540ff Background Color

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

This div background color is #7540ff


#7540ff Border Color

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

This div border color is #7540ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,64,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 #7540ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7540ff


Comments

No comments written yet.

Please login to write comment.