Color Hex Logo

#753cb4 Color Hex

#753CB4
(117,60,180)
0 Favorites   0 Comments

Color spaces of #753cb4

RGB 11760180
HSL0.750.500.47
HSV269°67°71°
CMYK 0.350.670.00   0.29
XYZ17.190210.308944.2638
Yxy10.30890.23950.1437
Hunter Lab32.107539.3800-59.2628
CIE-Lab38.391248.3148-54.3804

#753cb4 color RGB value is (117,60,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111100 10110100
Octal 165 74 264
Decimal 117 60 180
Hex 75 3C B4

RGB Percentages of Color #753cb4

%32.77
%16.81
%50.42

CMYK Percentages of Color #753cb4

%35
%67
%0
%29

Triadic Colors of #753cb4

#753cb4 #b4753c #3cb475

Analogous Colors of #753cb4

#753cb4 #b13cb4 #3c3fb4

Monochromatic Colors of #753cb4

#753cb4

Complementary Color

#753cb4 #7bb43c

#753cb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753cb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753cb4 Color CSS Codes

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

#753cb4 Text Font Color

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

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


#753cb4 Background Color

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

This div background color is #753cb4


#753cb4 Border Color

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

This div border color is #753cb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753cb4


Comments

No comments written yet.

Please login to write comment.