Color Hex Logo

#753abc Color Hex

#753ABC
(117,58,188)
0 Favorites   0 Comments

Color spaces of #753abc

RGB 11758188
HSL0.740.530.48
HSV267°69°74°
CMYK 0.380.690.00   0.26
XYZ17.926310.438948.6470
Yxy10.43890.23280.1355
Hunter Lab32.309342.4967-66.6544
CIE-Lab38.618951.3132-58.7252

#753abc color RGB value is (117,58,188).

#753abc hex color red value is 117, green value is 58 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #753abc hue: 0.74 , saturation: 0.53 and the lightness value of 753abc is 0.48.

The process color (four color CMYK) of #753abc color hex is 0.38, 0.69, 0.00, 0.26. Web safe color of #753abc is #6633cc. Color #753abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111010 10111100
Octal 165 72 274
Decimal 117 58 188
Hex 75 3A BC

RGB Percentages of Color #753abc

%32.23
%15.98
%51.79

CMYK Percentages of Color #753abc

%38
%69
%0
%26

Triadic Colors of #753abc

#753abc #bc753a #3abc75

Analogous Colors of #753abc

#753abc #b63abc #3a40bc

Monochromatic Colors of #753abc

#753abc

Complementary Color

#753abc #81bc3a

#753abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#753abc Color CSS Codes

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

#753abc Text Font Color

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

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


#753abc Background Color

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

This div background color is #753abc


#753abc Border Color

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

This div border color is #753abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753abc


Comments

No comments written yet.

Please login to write comment.