Color Hex Logo

#753cb5 Color Hex

#753CB5
(117,60,181)
0 Favorites   0 Comments

Color spaces of #753cb5

RGB 11760181
HSL0.750.500.47
HSV268°67°71°
CMYK 0.350.670.00   0.29
XYZ17.292510.349844.8024
Yxy10.34980.23870.1429
Hunter Lab32.171139.6473-60.0492
CIE-Lab38.463148.5650-54.8551

#753cb5 color RGB value is (117,60,181).

#753cb5 hex color red value is 117, green value is 60 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #753cb5 hue: 0.75 , saturation: 0.50 and the lightness value of 753cb5 is 0.47.

The process color (four color CMYK) of #753cb5 color hex is 0.35, 0.67, 0.00, 0.29. Web safe color of #753cb5 is #6633cc. Color #753cb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111100 10110101
Octal 165 74 265
Decimal 117 60 181
Hex 75 3C B5

RGB Percentages of Color #753cb5

%32.68
%16.76
%50.56

CMYK Percentages of Color #753cb5

%35
%67
%0
%29

Triadic Colors of #753cb5

#753cb5 #b5753c #3cb575

Analogous Colors of #753cb5

#753cb5 #b23cb5 #3c3fb5

Monochromatic Colors of #753cb5

#753cb5

Complementary Color

#753cb5 #7cb53c

#753cb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753cb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753cb5 Color CSS Codes

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

#753cb5 Text Font Color

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

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


#753cb5 Background Color

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

This div background color is #753cb5


#753cb5 Border Color

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

This div border color is #753cb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753cb5


Comments

No comments written yet.

Please login to write comment.