Color Hex Logo

#735eea Color Hex

#735EEA
(115,94,234)
0 Favorites   0 Comments

Color spaces of #735eea

RGB 11594234
HSL0.690.770.64
HSV249°60°92°
CMYK 0.510.600.00   0.08
XYZ25.924217.590879.8709
Yxy17.59080.21010.1426
Hunter Lab41.941436.9344-83.5497
CIE-Lab48.996044.1041-68.3115

#735eea color RGB value is (115,94,234).

#735eea hex color red value is 115, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #735eea hue: 0.69 , saturation: 0.77 and the lightness value of 735eea is 0.64.

The process color (four color CMYK) of #735eea color hex is 0.51, 0.60, 0.00, 0.08. Web safe color of #735eea is #6666ff. Color #735eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011110 11101010
Octal 163 136 352
Decimal 115 94 234
Hex 73 5E EA

RGB Percentages of Color #735eea

%25.96
%21.22
%52.82

CMYK Percentages of Color #735eea

%51
%60
%0
%8

Triadic Colors of #735eea

#735eea #ea735e #5eea73

Analogous Colors of #735eea

#735eea #b95eea #5e8fea

Monochromatic Colors of #735eea

#735eea

Complementary Color

#735eea #d5ea5e

#735eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#735eea Color CSS Codes

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

#735eea Text Font Color

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

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


#735eea Background Color

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

This div background color is #735eea


#735eea Border Color

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

This div border color is #735eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735eea


Comments

No comments written yet.

Please login to write comment.