Color Hex Logo

#7542cc Color Hex

#7542CC
(117,66,204)
0 Favorites   0 Comments

Color spaces of #7542cc

RGB 11766204
HSL0.730.580.53
HSV262°68°80°
CMYK 0.430.680.00   0.20
XYZ20.183412.038058.3865
Yxy12.03800.22280.1329
Hunter Lab34.695843.1201-75.4868
CIE-Lab41.276551.4202-63.7328

#7542cc color RGB value is (117,66,204).

#7542cc hex color red value is 117, green value is 66 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7542cc hue: 0.73 , saturation: 0.58 and the lightness value of 7542cc is 0.53.

The process color (four color CMYK) of #7542cc color hex is 0.43, 0.68, 0.00, 0.20. Web safe color of #7542cc is #6633cc. Color #7542cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000010 11001100
Octal 165 102 314
Decimal 117 66 204
Hex 75 42 CC

RGB Percentages of Color #7542cc

%30.23
%17.05
%52.71

CMYK Percentages of Color #7542cc

%43
%68
%0
%20

Triadic Colors of #7542cc

#7542cc #cc7542 #42cc75

Analogous Colors of #7542cc

#7542cc #ba42cc #4254cc

Monochromatic Colors of #7542cc

#7542cc

Complementary Color

#7542cc #99cc42

#7542cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7542cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7542cc Color CSS Codes

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

#7542cc Text Font Color

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

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


#7542cc Background Color

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

This div background color is #7542cc


#7542cc Border Color

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

This div border color is #7542cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7542cc


Comments

No comments written yet.

Please login to write comment.