Color Hex Logo

#753ec5 Color Hex

#753EC5
(117,62,197)
0 Favorites   0 Comments

Color spaces of #753ec5

RGB 11762197
HSL0.730.540.51
HSV264°69°77°
CMYK 0.410.690.00   0.23
XYZ19.136811.258453.9878
Yxy11.25840.22680.1334
Hunter Lab33.553543.0863-71.9104
CIE-Lab40.012351.6211-61.7249

#753ec5 color RGB value is (117,62,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111110 11000101
Octal 165 76 305
Decimal 117 62 197
Hex 75 3E C5

RGB Percentages of Color #753ec5

%31.12
%16.49
%52.39

CMYK Percentages of Color #753ec5

%41
%69
%0
%23

Triadic Colors of #753ec5

#753ec5 #c5753e #3ec575

Analogous Colors of #753ec5

#753ec5 #b93ec5 #3e4ac5

Monochromatic Colors of #753ec5

#753ec5

Complementary Color

#753ec5 #8ec53e

#753ec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753ec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753ec5 Color CSS Codes

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

#753ec5 Text Font Color

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

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


#753ec5 Background Color

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

This div background color is #753ec5


#753ec5 Border Color

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

This div border color is #753ec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753ec5


Comments

No comments written yet.

Please login to write comment.