Color Hex Logo

#7503eb Color Hex

#7503EB
(117,3,235)
0 Favorites   0 Comments

Color spaces of #7503eb

RGB 1173235
HSL0.750.970.47
HSV269°99°92°
CMYK 0.500.990.00   0.08
XYZ22.36419.845279.3189
Yxy9.84520.20050.0883
Hunter Lab31.377172.3166-127.9168
CIE-Lab37.563277.8037-87.6068

#7503eb color RGB value is (117,3,235).

#7503eb hex color red value is 117, green value is 3 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7503eb hue: 0.75 , saturation: 0.97 and the lightness value of 7503eb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000011 11101011
Octal 165 3 353
Decimal 117 3 235
Hex 75 3 EB

RGB Percentages of Color #7503eb

%32.96
%0.85
%66.20

CMYK Percentages of Color #7503eb

%50
%99
%0
%8

Triadic Colors of #7503eb

#7503eb #eb7503 #03eb75

Analogous Colors of #7503eb

#7503eb #e903eb #0305eb

Monochromatic Colors of #7503eb

#7503eb

Complementary Color

#7503eb #79eb03

#7503eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7503eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7503eb Color CSS Codes

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

#7503eb Text Font Color

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

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


#7503eb Background Color

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

This div background color is #7503eb


#7503eb Border Color

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

This div border color is #7503eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7503eb


Comments

No comments written yet.

Please login to write comment.