Color Hex Logo

#753afc Color Hex

#753AFC
(117,58,252)
0 Favorites   0 Comments

Color spaces of #753afc

RGB 11758252
HSL0.720.970.61
HSV258°77°99°
CMYK 0.540.770.00   0.01
XYZ26.419913.836393.3737
Yxy13.83630.19770.1035
Hunter Lab37.197261.6875-122.7939
CIE-Lab43.997267.7041-86.5701

#753afc color RGB value is (117,58,252).

#753afc hex color red value is 117, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #753afc hue: 0.72 , saturation: 0.97 and the lightness value of 753afc is 0.61.

The process color (four color CMYK) of #753afc color hex is 0.54, 0.77, 0.00, 0.01. Web safe color of #753afc is #6633ff. Color #753afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111010 11111100
Octal 165 72 374
Decimal 117 58 252
Hex 75 3A FC

RGB Percentages of Color #753afc

%27.40
%13.58
%59.02

CMYK Percentages of Color #753afc

%54
%77
%0
%1

Triadic Colors of #753afc

#753afc #fc753a #3afc75

Analogous Colors of #753afc

#753afc #d63afc #3a60fc

Monochromatic Colors of #753afc

#753afc

Complementary Color

#753afc #c1fc3a

#753afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#753afc Color CSS Codes

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

#753afc Text Font Color

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

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


#753afc Background Color

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

This div background color is #753afc


#753afc Border Color

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

This div border color is #753afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753afc


Comments

No comments written yet.

Please login to write comment.