color codes Logo

#757adc color codes

#757ADC
(117,122,220)
0 Favorites   0 Comments

Color spaces of #757adc

RGB 117122220
HSL0.660.600.66
HSV237°47°86°
CMYK 0.470.450.00   0.14
XYZ27.213922.868370.6898
Yxy22.86830.22530.1894
Hunter Lab47.820817.8945-54.1692
CIE-Lab54.936423.7892-50.8750

#757adc color RGB value is (117,122,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111010 11011100
Octal 165 172 334
Decimal 117 122 220
Hex 75 7A DC

RGB Percentages of Color #757adc

%25.49
%26.58
%47.93

CMYK Percentages of Color #757adc

%47
%45
%0
%14

Triadic Colors of #757adc

#757adc #dc757a #7adc75

Analogous Colors of #757adc

#757adc #a475dc #75aedc

Monochromatic Colors of #757adc

#757adc

Complementary Color

#757adc #dcd775

#757adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#757adc Color CSS Codes

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

#757adc Text Font Color

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

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


#757adc Background Color

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

This div background color is #757adc


#757adc Border Color

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

This div border color is #757adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757adc


Comments

No comments written yet.

Please login to write comment.