Color Hex Logo

#756dfa Color Hex

#756DFA
(117,109,250)
0 Favorites   0 Comments

Color spaces of #756dfa

RGB 117109250
HSL0.680.930.70
HSV243°56°98°
CMYK 0.530.560.00   0.02
XYZ30.060121.621393.0315
Yxy21.62130.20770.1494
Hunter Lab46.498734.0225-86.0744
CIE-Lab53.622940.5611-69.7418

#756dfa color RGB value is (117,109,250).

#756dfa hex color red value is 117, green value is 109 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #756dfa hue: 0.68 , saturation: 0.93 and the lightness value of 756dfa is 0.70.

The process color (four color CMYK) of #756dfa color hex is 0.53, 0.56, 0.00, 0.02. Web safe color of #756dfa is #6666ff. Color #756dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101101 11111010
Octal 165 155 372
Decimal 117 109 250
Hex 75 6D FA

RGB Percentages of Color #756dfa

%24.58
%22.90
%52.52

CMYK Percentages of Color #756dfa

%53
%56
%0
%2

Triadic Colors of #756dfa

#756dfa #fa756d #6dfa75

Analogous Colors of #756dfa

#756dfa #bc6dfa #6dacfa

Monochromatic Colors of #756dfa

#756dfa

Complementary Color

#756dfa #f2fa6d

#756dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#756dfa Color CSS Codes

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

#756dfa Text Font Color

<p style="color:#756dfa">Text here</p>

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


#756dfa Background Color

<div style="background-color:#756dfa">
Div content here</div>

This div background color is #756dfa


#756dfa Border Color

<div style="border:3px solid #756dfa">
Div here</div>

This div border color is #756dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,109,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #756dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #756dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #756dfa;
  box-shadow:         1px 1px 3px 2px #756dfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756dfa


Comments

No comments written yet.

Please login to write comment.