Color Hex Logo

#735ddf Color Hex

#735DDF
(115,93,223)
0 Favorites   0 Comments

Color spaces of #735ddf

RGB 11593223
HSL0.690.670.62
HSV250°58°87°
CMYK 0.480.580.00   0.13
XYZ24.303916.801371.7740
Yxy16.80130.21530.1488
Hunter Lab40.989434.1068-75.1265
CIE-Lab48.008741.4583-63.7002

#735ddf color RGB value is (115,93,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011101 11011111
Octal 163 135 337
Decimal 115 93 223
Hex 73 5D DF

RGB Percentages of Color #735ddf

%26.68
%21.58
%51.74

CMYK Percentages of Color #735ddf

%48
%58
%0
%13

Triadic Colors of #735ddf

#735ddf #df735d #5ddf73

Analogous Colors of #735ddf

#735ddf #b45ddf #5d88df

Monochromatic Colors of #735ddf

#735ddf

Complementary Color

#735ddf #c9df5d

#735ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#735ddf Color CSS Codes

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

#735ddf Text Font Color

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

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


#735ddf Background Color

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

This div background color is #735ddf


#735ddf Border Color

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

This div border color is #735ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735ddf


Comments

No comments written yet.

Please login to write comment.