Color Hex Logo

#753bbd Color Hex

#753BBD
(117,59,189)
1 Favorites   0 Comments

Color spaces of #753bbd

RGB 11759189
HSL0.740.520.49
HSV267°69°74°
CMYK 0.380.690.00   0.26
XYZ18.085410.584049.2338
Yxy10.58400.23220.1359
Hunter Lab32.533142.2968-66.9532
CIE-Lab38.870851.0732-58.9032

#753bbd color RGB value is (117,59,189).

#753bbd hex color red value is 117, green value is 59 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #753bbd hue: 0.74 , saturation: 0.52 and the lightness value of 753bbd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111011 10111101
Octal 165 73 275
Decimal 117 59 189
Hex 75 3B BD

RGB Percentages of Color #753bbd

%32.05
%16.16
%51.78

CMYK Percentages of Color #753bbd

%38
%69
%0
%26

Triadic Colors of #753bbd

#753bbd #bd753b #3bbd75

Analogous Colors of #753bbd

#753bbd #b63bbd #3b42bd

Monochromatic Colors of #753bbd

#753bbd

Complementary Color

#753bbd #83bd3b

#753bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#753bbd Color CSS Codes

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

#753bbd Text Font Color

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

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


#753bbd Background Color

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

This div background color is #753bbd


#753bbd Border Color

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

This div border color is #753bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753bbd

#753bbd Color Palettes


Comments

No comments written yet.

Please login to write comment.