Color Hex Logo

#735acd Color Hex

#735ACD
(115,90,205)
0 Favorites   0 Comments

Color spaces of #735acd

RGB 11590205
HSL0.700.530.58
HSV253°56°80°
CMYK 0.440.560.00   0.20
XYZ21.745815.364959.5772
Yxy15.36490.22490.1589
Hunter Lab39.198130.4292-62.6763
CIE-Lab46.130038.0065-56.4618

#735acd color RGB value is (115,90,205).

#735acd hex color red value is 115, green value is 90 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #735acd hue: 0.70 , saturation: 0.53 and the lightness value of 735acd is 0.58.

The process color (four color CMYK) of #735acd color hex is 0.44, 0.56, 0.00, 0.20. Web safe color of #735acd is #6666cc. Color #735acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011010 11001101
Octal 163 132 315
Decimal 115 90 205
Hex 73 5A CD

RGB Percentages of Color #735acd

%28.05
%21.95
%50.00

CMYK Percentages of Color #735acd

%44
%56
%0
%20

Triadic Colors of #735acd

#735acd #cd735a #5acd73

Analogous Colors of #735acd

#735acd #ad5acd #5a7bcd

Monochromatic Colors of #735acd

#735acd

Complementary Color

#735acd #b4cd5a

#735acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#735acd Color CSS Codes

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

#735acd Text Font Color

<p style="color:#735acd">Text here</p>

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


#735acd Background Color

<div style="background-color:#735acd">
Div content here</div>

This div background color is #735acd


#735acd Border Color

<div style="border:3px solid #735acd">
Div here</div>

This div border color is #735acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,90,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #735acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #735acd;
  -webkit-box-shadow: 1px 1px 3px 2px #735acd;
  box-shadow:         1px 1px 3px 2px #735acd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,90,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 #735acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735acd


Comments

No comments written yet.

Please login to write comment.