Color Hex Logo

#757bdc Color Hex

#757BDC
(117,123,220)
0 Favorites   0 Comments

Color spaces of #757bdc

RGB 117123220
HSL0.660.600.66
HSV237°47°86°
CMYK 0.470.440.00   0.14
XYZ27.337323.115170.7310
Yxy23.11510.22560.1907
Hunter Lab48.078217.3585-53.5708
CIE-Lab55.190723.1905-50.4702

#757bdc color RGB value is (117,123,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111011 11011100
Octal 165 173 334
Decimal 117 123 220
Hex 75 7B DC

RGB Percentages of Color #757bdc

%25.43
%26.74
%47.83

CMYK Percentages of Color #757bdc

%47
%44
%0
%14

Triadic Colors of #757bdc

#757bdc #dc757b #7bdc75

Analogous Colors of #757bdc

#757bdc #a375dc #75afdc

Monochromatic Colors of #757bdc

#757bdc

Complementary Color

#757bdc #dcd675

#757bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#757bdc Color CSS Codes

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

#757bdc Text Font Color

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

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


#757bdc Background Color

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

This div background color is #757bdc


#757bdc Border Color

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

This div border color is #757bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757bdc


Comments

No comments written yet.

Please login to write comment.