Color Hex Logo

#757dce Color Hex

#757DCE
(117,125,206)
0 Favorites   0 Comments

Color spaces of #757dce

RGB 117125206
HSL0.650.480.63
HSV235°43°81°
CMYK 0.430.390.00   0.19
XYZ25.810322.905461.4533
Yxy22.90540.23430.2079
Hunter Lab47.859612.5094-42.6286
CIE-Lab54.974817.8579-42.9115

#757dce color RGB value is (117,125,206).

#757dce hex color red value is 117, green value is 125 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #757dce hue: 0.65 , saturation: 0.48 and the lightness value of 757dce is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111101 11001110
Octal 165 175 316
Decimal 117 125 206
Hex 75 7D CE

RGB Percentages of Color #757dce

%26.12
%27.90
%45.98

CMYK Percentages of Color #757dce

%43
%39
%0
%19

Triadic Colors of #757dce

#757dce #ce757d #7dce75

Analogous Colors of #757dce

#757dce #9a75ce #75aace

Monochromatic Colors of #757dce

#757dce

Complementary Color

#757dce #cec675

#757dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#757dce Color CSS Codes

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

#757dce Text Font Color

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

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


#757dce Background Color

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

This div background color is #757dce


#757dce Border Color

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

This div border color is #757dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,125,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757dce


Comments

No comments written yet.

Please login to write comment.