Color Hex Logo

#756dfc Color Hex

#756DFC
(117,109,252)
0 Favorites   0 Comments

Color spaces of #756dfc

RGB 117109252
HSL0.680.960.71
HSV243°57°99°
CMYK 0.540.570.00   0.01
XYZ30.375421.747594.6922
Yxy21.74750.20690.1481
Hunter Lab46.634234.6569-87.7462
CIE-Lab53.758141.1652-70.6313

#756dfc color RGB value is (117,109,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101101 11111100
Octal 165 155 374
Decimal 117 109 252
Hex 75 6D FC

RGB Percentages of Color #756dfc

%24.48
%22.80
%52.72

CMYK Percentages of Color #756dfc

%54
%57
%0
%1

Triadic Colors of #756dfc

#756dfc #fc756d #6dfc75

Analogous Colors of #756dfc

#756dfc #bd6dfc #6dadfc

Monochromatic Colors of #756dfc

#756dfc

Complementary Color

#756dfc #f4fc6d

#756dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#756dfc Color CSS Codes

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

#756dfc Text Font Color

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

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


#756dfc Background Color

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

This div background color is #756dfc


#756dfc Border Color

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

This div border color is #756dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756dfc


Comments

No comments written yet.

Please login to write comment.