Color Hex Logo

#735dbe Color Hex

#735DBE
(115,93,190)
0 Favorites   0 Comments

Color spaces of #735dbe

RGB 11593190
HSL0.700.430.55
HSV254°51°75°
CMYK 0.390.510.00   0.25
XYZ20.278815.191250.5786
Yxy15.19120.23570.1765
Hunter Lab38.975924.6641-49.6569
CIE-Lab45.895031.9820-48.1777

#735dbe color RGB value is (115,93,190).

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

The process color (four color CMYK) of #735dbe color hex is 0.39, 0.51, 0.00, 0.25. Web safe color of #735dbe is #6666cc. Color #735dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011101 10111110
Octal 163 135 276
Decimal 115 93 190
Hex 73 5D BE

RGB Percentages of Color #735dbe

%28.89
%23.37
%47.74

CMYK Percentages of Color #735dbe

%39
%51
%0
%25

Triadic Colors of #735dbe

#735dbe #be735d #5dbe73

Analogous Colors of #735dbe

#735dbe #a45dbe #5d78be

Monochromatic Colors of #735dbe

#735dbe

Complementary Color

#735dbe #a8be5d

#735dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#735dbe Color CSS Codes

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

#735dbe Text Font Color

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

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


#735dbe Background Color

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

This div background color is #735dbe


#735dbe Border Color

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

This div border color is #735dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735dbe


Comments

No comments written yet.

Please login to write comment.