Color Hex Logo

#7542ec Color Hex

#7542EC
(117,66,236)
0 Favorites   0 Comments

Color spaces of #7542ec

RGB 11766236
HSL0.720.820.59
HSV258°72°93°
CMYK 0.500.720.00   0.07
XYZ24.424713.734580.7206
Yxy13.73450.20550.1155
Hunter Lab37.060152.7865-103.1975
CIE-Lab43.849759.9097-77.8217

#7542ec color RGB value is (117,66,236).

#7542ec hex color red value is 117, green value is 66 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7542ec hue: 0.72 , saturation: 0.82 and the lightness value of 7542ec is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000010 11101100
Octal 165 102 354
Decimal 117 66 236
Hex 75 42 EC

RGB Percentages of Color #7542ec

%27.92
%15.75
%56.32

CMYK Percentages of Color #7542ec

%50
%72
%0
%7

Triadic Colors of #7542ec

#7542ec #ec7542 #42ec75

Analogous Colors of #7542ec

#7542ec #ca42ec #4264ec

Monochromatic Colors of #7542ec

#7542ec

Complementary Color

#7542ec #b9ec42

#7542ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7542ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7542ec Color CSS Codes

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

#7542ec Text Font Color

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

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


#7542ec Background Color

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

This div background color is #7542ec


#7542ec Border Color

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

This div border color is #7542ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7542ec


Comments

No comments written yet.

Please login to write comment.