Color Hex Logo

#735ada Color Hex

#735ADA
(115,90,218)
0 Favorites   0 Comments

Color spaces of #735ada

RGB 11590218
HSL0.700.630.60
HSV252°59°85°
CMYK 0.470.590.00   0.15
XYZ23.381316.019168.1893
Yxy16.01910.21730.1489
Hunter Lab40.023934.2351-72.9966
CIE-Lab46.999541.7404-62.4927

#735ada color RGB value is (115,90,218).

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

The process color (four color CMYK) of #735ada color hex is 0.47, 0.59, 0.00, 0.15. Web safe color of #735ada is #6666cc. Color #735ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011010 11011010
Octal 163 132 332
Decimal 115 90 218
Hex 73 5A DA

RGB Percentages of Color #735ada

%27.19
%21.28
%51.54

CMYK Percentages of Color #735ada

%47
%59
%0
%15

Triadic Colors of #735ada

#735ada #da735a #5ada73

Analogous Colors of #735ada

#735ada #b35ada #5a81da

Monochromatic Colors of #735ada

#735ada

Complementary Color

#735ada #c1da5a

#735ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#735ada Color CSS Codes

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

#735ada Text Font Color

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

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


#735ada Background Color

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

This div background color is #735ada


#735ada Border Color

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

This div border color is #735ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,90,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735ada


Comments

No comments written yet.

Please login to write comment.