Color Hex Logo

#735ecd Color Hex

#735ECD
(115,94,205)
0 Favorites   0 Comments

Color spaces of #735ecd

RGB 11594205
HSL0.700.530.59
HSV251°54°80°
CMYK 0.440.540.00   0.20
XYZ22.092416.058059.6927
Yxy16.05800.22580.1641
Hunter Lab40.072428.2824-60.2689
CIE-Lab47.050535.6549-54.9803

#735ecd color RGB value is (115,94,205).

#735ecd hex color red value is 115, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #735ecd hue: 0.70 , saturation: 0.53 and the lightness value of 735ecd is 0.59.

The process color (four color CMYK) of #735ecd color hex is 0.44, 0.54, 0.00, 0.20. Web safe color of #735ecd is #6666cc. Color #735ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011110 11001101
Octal 163 136 315
Decimal 115 94 205
Hex 73 5E CD

RGB Percentages of Color #735ecd

%27.78
%22.71
%49.52

CMYK Percentages of Color #735ecd

%44
%54
%0
%20

Triadic Colors of #735ecd

#735ecd #cd735e #5ecd73

Analogous Colors of #735ecd

#735ecd #ab5ecd #5e81cd

Monochromatic Colors of #735ecd

#735ecd

Complementary Color

#735ecd #b8cd5e

#735ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#735ecd Color CSS Codes

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

#735ecd Text Font Color

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

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


#735ecd Background Color

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

This div background color is #735ecd


#735ecd Border Color

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

This div border color is #735ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735ecd


Comments

No comments written yet.

Please login to write comment.