Color Hex Logo

#735dda Color Hex

#735DDA
(115,93,218)
0 Favorites   0 Comments

Color spaces of #735dda

RGB 11593218
HSL0.700.630.61
HSV251°57°85°
CMYK 0.470.570.00   0.15
XYZ23.639516.535568.2754
Yxy16.53550.21800.1525
Hunter Lab40.663932.6073-71.0843
CIE-Lab47.669440.0023-61.4099

#735dda color RGB value is (115,93,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011101 11011010
Octal 163 135 332
Decimal 115 93 218
Hex 73 5D DA

RGB Percentages of Color #735dda

%27.00
%21.83
%51.17

CMYK Percentages of Color #735dda

%47
%57
%0
%15

Triadic Colors of #735dda

#735dda #da735d #5dda73

Analogous Colors of #735dda

#735dda #b25dda #5d86da

Monochromatic Colors of #735dda

#735dda

Complementary Color

#735dda #c4da5d

#735dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#735dda Color CSS Codes

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

#735dda Text Font Color

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

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


#735dda Background Color

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

This div background color is #735dda


#735dda Border Color

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

This div border color is #735dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735dda


Comments

No comments written yet.

Please login to write comment.