Color Hex Logo

#753aca Color Hex

#753ACA
(117,58,202)
0 Favorites   0 Comments

Color spaces of #753aca

RGB 11758202
HSL0.730.580.51
HSV265°71°79°
CMYK 0.420.710.00   0.21
XYZ19.509811.072356.9860
Yxy11.07230.22280.1264
Hunter Lab33.275146.4266-78.2459
CIE-Lab39.702054.8506-65.1377

#753aca color RGB value is (117,58,202).

#753aca hex color red value is 117, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #753aca hue: 0.73 , saturation: 0.58 and the lightness value of 753aca is 0.51.

The process color (four color CMYK) of #753aca color hex is 0.42, 0.71, 0.00, 0.21. Web safe color of #753aca is #6633cc. Color #753aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111010 11001010
Octal 165 72 312
Decimal 117 58 202
Hex 75 3A CA

RGB Percentages of Color #753aca

%31.03
%15.38
%53.58

CMYK Percentages of Color #753aca

%42
%71
%0
%21

Triadic Colors of #753aca

#753aca #ca753a #3aca75

Analogous Colors of #753aca

#753aca #bd3aca #3a47ca

Monochromatic Colors of #753aca

#753aca

Complementary Color

#753aca #8fca3a

#753aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#753aca Color CSS Codes

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

#753aca Text Font Color

<p style="color:#753aca">Text here</p>

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


#753aca Background Color

<div style="background-color:#753aca">
Div content here</div>

This div background color is #753aca


#753aca Border Color

<div style="border:3px solid #753aca">
Div here</div>

This div border color is #753aca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,58,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #753aca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #753aca;
  -webkit-box-shadow: 1px 1px 3px 2px #753aca;
  box-shadow:         1px 1px 3px 2px #753aca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753aca


Comments

No comments written yet.

Please login to write comment.