Color Hex Logo

#7500ff Color Hex

#7500FF
(117,0,255)
1 Favorites   0 Comments

Color spaces of #7500ff

RGB 1170255
HSL0.741.000.50
HSV268°100°100°
CMYK 0.541.000.00   0.00
XYZ25.386111.001995.3933
Yxy11.00190.19260.0835
Hunter Lab33.169178.5697-147.2978
CIE-Lab39.583782.4152-95.5399

#7500ff color RGB value is (117,0,255).

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

The process color (four color CMYK) of #7500ff color hex is 0.54, 1.00, 0.00, 0.00. Web safe color of #7500ff is #6600ff. Color #7500ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000000 11111111
Octal 165 0 377
Decimal 117 0 255
Hex 75 0 FF

RGB Percentages of Color #7500ff

%31.45
%0.00
%68.55

CMYK Percentages of Color #7500ff

%54
%100
%0
%0

Triadic Colors of #7500ff

#7500ff #ff7500 #00ff75

Analogous Colors of #7500ff

#7500ff #f500ff #000bff

Monochromatic Colors of #7500ff

#7500ff

Complementary Color

#7500ff #8aff00

#7500ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7500ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7500ff Color CSS Codes

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

#7500ff Text Font Color

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

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


#7500ff Background Color

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

This div background color is #7500ff


#7500ff Border Color

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

This div border color is #7500ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7500ff

Related Colors

#7500ff Color Palettes


Comments

No comments written yet.

Please login to write comment.