Color Hex Logo

#757fca Color Hex

#757FCA
(117,127,202)
0 Favorites   0 Comments

Color spaces of #757fca

RGB 117127202
HSL0.650.450.63
HSV233°42°79°
CMYK 0.420.370.00   0.21
XYZ25.586223.224959.0114
Yxy23.22490.23730.2154
Hunter Lab48.192210.4328-38.8661
CIE-Lab55.303215.5023-40.1263

#757fca color RGB value is (117,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111111 11001010
Octal 165 177 312
Decimal 117 127 202
Hex 75 7F CA

RGB Percentages of Color #757fca

%26.23
%28.48
%45.29

CMYK Percentages of Color #757fca

%42
%37
%0
%21

Triadic Colors of #757fca

#757fca #ca757f #7fca75

Analogous Colors of #757fca

#757fca #9675ca #75aaca

Monochromatic Colors of #757fca

#757fca

Complementary Color

#757fca #cac075

#757fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#757fca Color CSS Codes

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

#757fca Text Font Color

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

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


#757fca Background Color

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

This div background color is #757fca


#757fca Border Color

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

This div border color is #757fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757fca

#757fca Color Palettes


Comments

No comments written yet.

Please login to write comment.