Color Hex Logo

#7513eb Color Hex

#7513EB
(117,19,235)
0 Favorites   0 Comments

Color spaces of #7513eb

RGB 11719235
HSL0.740.850.50
HSV267°92°92°
CMYK 0.500.920.00   0.08
XYZ22.564410.245879.3856
Yxy10.24580.20110.0913
Hunter Lab32.009169.8156-124.6387
CIE-Lab38.280075.6327-86.4212

#7513eb color RGB value is (117,19,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010011 11101011
Octal 165 23 353
Decimal 117 19 235
Hex 75 13 EB

RGB Percentages of Color #7513eb

%31.54
%5.12
%63.34

CMYK Percentages of Color #7513eb

%50
%92
%0
%8

Triadic Colors of #7513eb

#7513eb #eb7513 #13eb75

Analogous Colors of #7513eb

#7513eb #e113eb #131deb

Monochromatic Colors of #7513eb

#7513eb

Complementary Color

#7513eb #89eb13

#7513eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7513eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7513eb Color CSS Codes

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

#7513eb Text Font Color

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

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


#7513eb Background Color

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

This div background color is #7513eb


#7513eb Border Color

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

This div border color is #7513eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7513eb


Comments

No comments written yet.

Please login to write comment.