Color Hex Logo

#7543af Color Hex

#7543AF
(117,67,175)
0 Favorites   0 Comments

Color spaces of #7543af

RGB 11767175
HSL0.740.450.47
HSV268°62°69°
CMYK 0.330.620.00   0.31
XYZ17.081110.891441.7594
Yxy10.89140.24500.1562
Hunter Lab33.002134.6336-51.9214
CIE-Lab39.397043.3803-49.7977

#7543af color RGB value is (117,67,175).

#7543af hex color red value is 117, green value is 67 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7543af hue: 0.74 , saturation: 0.45 and the lightness value of 7543af is 0.47.

The process color (four color CMYK) of #7543af color hex is 0.33, 0.62, 0.00, 0.31. Web safe color of #7543af is #663399. Color #7543af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000011 10101111
Octal 165 103 257
Decimal 117 67 175
Hex 75 43 AF

RGB Percentages of Color #7543af

%32.59
%18.66
%48.75

CMYK Percentages of Color #7543af

%33
%62
%0
%31

Triadic Colors of #7543af

#7543af #af7543 #43af75

Analogous Colors of #7543af

#7543af #ab43af #4347af

Monochromatic Colors of #7543af

#7543af

Complementary Color

#7543af #7daf43

#7543af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7543af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7543af Color CSS Codes

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

#7543af Text Font Color

<p style="color:#7543af">Text here</p>

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


#7543af Background Color

<div style="background-color:#7543af">
Div content here</div>

This div background color is #7543af


#7543af Border Color

<div style="border:3px solid #7543af">
Div here</div>

This div border color is #7543af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,67,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7543af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7543af;
  -webkit-box-shadow: 1px 1px 3px 2px #7543af;
  box-shadow:         1px 1px 3px 2px #7543af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7543af


Comments

No comments written yet.

Please login to write comment.