Color Hex Logo

#756edc Color Hex

#756EDC
(117,110,220)
0 Favorites   0 Comments

Color spaces of #756edc

RGB 117110220
HSL0.680.610.65
HSV244°50°86°
CMYK 0.470.500.00   0.14
XYZ25.830320.101170.2286
Yxy20.10110.22240.1730
Hunter Lab44.834324.3790-61.4882
CIE-Lab51.951330.9736-55.6442

#756edc color RGB value is (117,110,220).

#756edc hex color red value is 117, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #756edc hue: 0.68 , saturation: 0.61 and the lightness value of 756edc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101110 11011100
Octal 165 156 334
Decimal 117 110 220
Hex 75 6E DC

RGB Percentages of Color #756edc

%26.17
%24.61
%49.22

CMYK Percentages of Color #756edc

%47
%50
%0
%14

Triadic Colors of #756edc

#756edc #dc756e #6edc75

Analogous Colors of #756edc

#756edc #ac6edc #6e9edc

Monochromatic Colors of #756edc

#756edc

Complementary Color

#756edc #d5dc6e

#756edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#756edc Color CSS Codes

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

#756edc Text Font Color

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

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


#756edc Background Color

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

This div background color is #756edc


#756edc Border Color

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

This div border color is #756edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,110,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 #756edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756edc


Comments

No comments written yet.

Please login to write comment.