Color Hex Logo

#757bce Color Hex

#757BCE
(117,123,206)
0 Favorites   0 Comments

Color spaces of #757bce

RGB 117123206
HSL0.660.480.63
HSV236°43°81°
CMYK 0.430.400.00   0.19
XYZ25.559722.404161.3698
Yxy22.40410.23380.2049
Hunter Lab47.333013.5569-43.7397
CIE-Lab54.453219.0549-43.7359

#757bce color RGB value is (117,123,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111011 11001110
Octal 165 173 316
Decimal 117 123 206
Hex 75 7B CE

RGB Percentages of Color #757bce

%26.23
%27.58
%46.19

CMYK Percentages of Color #757bce

%43
%40
%0
%19

Triadic Colors of #757bce

#757bce #ce757b #7bce75

Analogous Colors of #757bce

#757bce #9c75ce #75a8ce

Monochromatic Colors of #757bce

#757bce

Complementary Color

#757bce #cec875

#757bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#757bce Color CSS Codes

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

#757bce Text Font Color

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

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


#757bce Background Color

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

This div background color is #757bce


#757bce Border Color

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

This div border color is #757bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757bce


Comments

No comments written yet.

Please login to write comment.