Color Hex Logo

#7542be Color Hex

#7542BE
(117,66,190)
0 Favorites   0 Comments

Color spaces of #7542be

RGB 11766190
HSL0.740.490.50
HSV265°65°75°
CMYK 0.380.650.00   0.25
XYZ18.578611.396049.9357
Yxy11.39600.23250.1426
Hunter Lab33.758039.1605-64.0728
CIE-Lab40.239647.7640-57.2693

#7542be color RGB value is (117,66,190).

#7542be hex color red value is 117, green value is 66 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7542be hue: 0.74 , saturation: 0.49 and the lightness value of 7542be is 0.50.

The process color (four color CMYK) of #7542be color hex is 0.38, 0.65, 0.00, 0.25. Web safe color of #7542be is #6633cc. Color #7542be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000010 10111110
Octal 165 102 276
Decimal 117 66 190
Hex 75 42 BE

RGB Percentages of Color #7542be

%31.37
%17.69
%50.94

CMYK Percentages of Color #7542be

%38
%65
%0
%25

Triadic Colors of #7542be

#7542be #be7542 #42be75

Analogous Colors of #7542be

#7542be #b342be #424dbe

Monochromatic Colors of #7542be

#7542be

Complementary Color

#7542be #8bbe42

#7542be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7542be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7542be Color CSS Codes

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

#7542be Text Font Color

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

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


#7542be Background Color

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

This div background color is #7542be


#7542be Border Color

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

This div border color is #7542be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7542be


Comments

No comments written yet.

Please login to write comment.