Color Hex Logo

#757afc Color Hex

#757AFC
(117,122,252)
0 Favorites   0 Comments

Color spaces of #757afc

RGB 117122252
HSL0.660.960.72
HSV238°54°99°
CMYK 0.540.520.00   0.01
XYZ31.866324.729295.1891
Yxy24.72920.20990.1629
Hunter Lab49.728527.3591-78.6817
CIE-Lab56.810633.5115-65.7017

#757afc color RGB value is (117,122,252).

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

The process color (four color CMYK) of #757afc color hex is 0.54, 0.52, 0.00, 0.01. Web safe color of #757afc is #6666ff. Color #757afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111010 11111100
Octal 165 172 374
Decimal 117 122 252
Hex 75 7A FC

RGB Percentages of Color #757afc

%23.83
%24.85
%51.32

CMYK Percentages of Color #757afc

%54
%52
%0
%1

Triadic Colors of #757afc

#757afc #fc757a #7afc75

Analogous Colors of #757afc

#757afc #b475fc #75befc

Monochromatic Colors of #757afc

#757afc

Complementary Color

#757afc #fcf775

#757afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#757afc Color CSS Codes

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

#757afc Text Font Color

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

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


#757afc Background Color

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

This div background color is #757afc


#757afc Border Color

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

This div border color is #757afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757afc


Comments

No comments written yet.

Please login to write comment.