Color Hex Logo

#753bcd Color Hex

#753BCD
(117,59,205)
0 Favorites   0 Comments

Color spaces of #753bcd

RGB 11759205
HSL0.730.590.52
HSV264°71°80°
CMYK 0.430.710.00   0.20
XYZ19.919511.317658.8923
Yxy11.31760.22100.1256
Hunter Lab33.641646.8185-80.2426
CIE-Lab40.110355.1408-66.2112

#753bcd color RGB value is (117,59,205).

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

The process color (four color CMYK) of #753bcd color hex is 0.43, 0.71, 0.00, 0.20. Web safe color of #753bcd is #6633cc. Color #753bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111011 11001101
Octal 165 73 315
Decimal 117 59 205
Hex 75 3B CD

RGB Percentages of Color #753bcd

%30.71
%15.49
%53.81

CMYK Percentages of Color #753bcd

%43
%71
%0
%20

Triadic Colors of #753bcd

#753bcd #cd753b #3bcd75

Analogous Colors of #753bcd

#753bcd #be3bcd #3b4acd

Monochromatic Colors of #753bcd

#753bcd

Complementary Color

#753bcd #93cd3b

#753bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#753bcd Color CSS Codes

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

#753bcd Text Font Color

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

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


#753bcd Background Color

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

This div background color is #753bcd


#753bcd Border Color

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

This div border color is #753bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753bcd


Comments

No comments written yet.

Please login to write comment.