Color Hex Logo

#735edf Color Hex

#735EDF
(115,94,223)
0 Favorites   0 Comments

Color spaces of #735edf

RGB 11594223
HSL0.690.670.62
HSV250°58°87°
CMYK 0.480.580.00   0.13
XYZ24.392216.978071.8035
Yxy16.97800.21550.1500
Hunter Lab41.204433.5609-74.4768
CIE-Lab48.232340.8783-63.3385

#735edf color RGB value is (115,94,223).

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

The process color (four color CMYK) of #735edf color hex is 0.48, 0.58, 0.00, 0.13. Web safe color of #735edf is #6666cc. Color #735edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011110 11011111
Octal 163 136 337
Decimal 115 94 223
Hex 73 5E DF

RGB Percentages of Color #735edf

%26.62
%21.76
%51.62

CMYK Percentages of Color #735edf

%48
%58
%0
%13

Triadic Colors of #735edf

#735edf #df735e #5edf73

Analogous Colors of #735edf

#735edf #b45edf #5e8adf

Monochromatic Colors of #735edf

#735edf

Complementary Color

#735edf #cadf5e

#735edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#735edf Color CSS Codes

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

#735edf Text Font Color

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

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


#735edf Background Color

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

This div background color is #735edf


#735edf Border Color

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

This div border color is #735edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735edf


Comments

No comments written yet.

Please login to write comment.