Color Hex Logo

#7501ec Color Hex

#7501EC
(117,1,236)
0 Favorites   0 Comments

Color spaces of #7501ec

RGB 1171236
HSL0.750.990.46
HSV270°100°93°
CMYK 0.501.000.00   0.07
XYZ22.48739.859780.0748
Yxy9.85970.20000.0877
Hunter Lab31.400272.8829-129.2177
CIE-Lab37.589478.2562-88.1313

#7501ec color RGB value is (117,1,236).

#7501ec hex color red value is 117, green value is 1 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7501ec hue: 0.75 , saturation: 0.99 and the lightness value of 7501ec is 0.46.

The process color (four color CMYK) of #7501ec color hex is 0.50, 1.00, 0.00, 0.07. Web safe color of #7501ec is #6600ff. Color #7501ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000001 11101100
Octal 165 1 354
Decimal 117 1 236
Hex 75 1 EC

RGB Percentages of Color #7501ec

%33.05
%0.28
%66.67

CMYK Percentages of Color #7501ec

%50
%100
%0
%7

Triadic Colors of #7501ec

#7501ec #ec7501 #01ec75

Analogous Colors of #7501ec

#7501ec #eb01ec #0103ec

Monochromatic Colors of #7501ec

#7501ec

Complementary Color

#7501ec #78ec01

#7501ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7501ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7501ec Color CSS Codes

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

#7501ec Text Font Color

<p style="color:#7501ec">Text here</p>

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


#7501ec Background Color

<div style="background-color:#7501ec">
Div content here</div>

This div background color is #7501ec


#7501ec Border Color

<div style="border:3px solid #7501ec">
Div here</div>

This div border color is #7501ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7501ec


Comments

No comments written yet.

Please login to write comment.