Color Hex Logo

#735edc Color Hex

#735EDC
(115,94,220)
0 Favorites   0 Comments

Color spaces of #735edc

RGB 11594220
HSL0.690.640.62
HSV250°57°86°
CMYK 0.480.570.00   0.14
XYZ23.991216.817669.6918
Yxy16.81760.21710.1522
Hunter Lab41.009332.6597-72.0519
CIE-Lab48.029440.0021-61.9648

#735edc color RGB value is (115,94,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011110 11011100
Octal 163 136 334
Decimal 115 94 220
Hex 73 5E DC

RGB Percentages of Color #735edc

%26.81
%21.91
%51.28

CMYK Percentages of Color #735edc

%48
%57
%0
%14

Triadic Colors of #735edc

#735edc #dc735e #5edc73

Analogous Colors of #735edc

#735edc #b25edc #5e88dc

Monochromatic Colors of #735edc

#735edc

Complementary Color

#735edc #c7dc5e

#735edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#735edc Color CSS Codes

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

#735edc Text Font Color

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

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


#735edc Background Color

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

This div background color is #735edc


#735edc Border Color

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

This div border color is #735edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735edc


Comments

No comments written yet.

Please login to write comment.