Color Hex Logo

#7510eb Color Hex

#7510EB
(117,16,235)
0 Favorites   0 Comments

Color spaces of #7510eb

RGB 11716235
HSL0.740.870.49
HSV268°93°92°
CMYK 0.500.930.00   0.08
XYZ22.516810.150679.3698
Yxy10.15060.20100.0906
Hunter Lab31.860070.3984-125.4015
CIE-Lab38.111476.1417-86.7001

#7510eb color RGB value is (117,16,235).

#7510eb hex color red value is 117, green value is 16 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7510eb hue: 0.74 , saturation: 0.87 and the lightness value of 7510eb is 0.49.

The process color (four color CMYK) of #7510eb color hex is 0.50, 0.93, 0.00, 0.08. Web safe color of #7510eb is #6600ff. Color #7510eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010000 11101011
Octal 165 20 353
Decimal 117 16 235
Hex 75 10 EB

RGB Percentages of Color #7510eb

%31.79
%4.35
%63.86

CMYK Percentages of Color #7510eb

%50
%93
%0
%8

Triadic Colors of #7510eb

#7510eb #eb7510 #10eb75

Analogous Colors of #7510eb

#7510eb #e310eb #1019eb

Monochromatic Colors of #7510eb

#7510eb

Complementary Color

#7510eb #86eb10

#7510eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7510eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7510eb Color CSS Codes

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

#7510eb Text Font Color

<p style="color:#7510eb">Text here</p>

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


#7510eb Background Color

<div style="background-color:#7510eb">
Div content here</div>

This div background color is #7510eb


#7510eb Border Color

<div style="border:3px solid #7510eb">
Div here</div>

This div border color is #7510eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,16,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7510eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7510eb;
  -webkit-box-shadow: 1px 1px 3px 2px #7510eb;
  box-shadow:         1px 1px 3px 2px #7510eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7510eb


Comments

No comments written yet.

Please login to write comment.