Color Hex Logo

#757fdc Color Hex

#757FDC
(117,127,220)
0 Favorites   0 Comments

Color spaces of #757fdc

RGB 117127220
HSL0.650.600.66
HSV234°47°86°
CMYK 0.470.420.00   0.14
XYZ27.843824.128070.8998
Yxy24.12800.22660.1964
Hunter Lab49.120315.2222-51.1945
CIE-Lab56.215720.7982-48.8406

#757fdc color RGB value is (117,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111111 11011100
Octal 165 177 334
Decimal 117 127 220
Hex 75 7F DC

RGB Percentages of Color #757fdc

%25.22
%27.37
%47.41

CMYK Percentages of Color #757fdc

%47
%42
%0
%14

Triadic Colors of #757fdc

#757fdc #dc757f #7fdc75

Analogous Colors of #757fdc

#757fdc #9f75dc #75b3dc

Monochromatic Colors of #757fdc

#757fdc

Complementary Color

#757fdc #dcd275

#757fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#757fdc Color CSS Codes

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

#757fdc Text Font Color

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

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


#757fdc Background Color

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

This div background color is #757fdc


#757fdc Border Color

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

This div border color is #757fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757fdc


Comments

No comments written yet.

Please login to write comment.