Color Hex Logo

#757edc Color Hex

#757EDC
(117,126,220)
0 Favorites   0 Comments

Color spaces of #757edc

RGB 117126220
HSL0.650.600.66
HSV235°47°86°
CMYK 0.470.430.00   0.14
XYZ27.715223.870970.8569
Yxy23.87090.22640.1950
Hunter Lab48.857915.7550-51.7858
CIE-Lab55.958321.3957-49.2494

#757edc color RGB value is (117,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111110 11011100
Octal 165 176 334
Decimal 117 126 220
Hex 75 7E DC

RGB Percentages of Color #757edc

%25.27
%27.21
%47.52

CMYK Percentages of Color #757edc

%47
%43
%0
%14

Triadic Colors of #757edc

#757edc #dc757e #7edc75

Analogous Colors of #757edc

#757edc #a075dc #75b2dc

Monochromatic Colors of #757edc

#757edc

Complementary Color

#757edc #dcd375

#757edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#757edc Color CSS Codes

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

#757edc Text Font Color

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

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


#757edc Background Color

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

This div background color is #757edc


#757edc Border Color

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

This div border color is #757edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757edc


Comments

No comments written yet.

Please login to write comment.