Color Hex Logo

#756ffc Color Hex

#756FFC
(117,111,252)
0 Favorites   0 Comments

Color spaces of #756ffc

RGB 117111252
HSL0.670.960.71
HSV243°56°99°
CMYK 0.540.560.00   0.01
XYZ30.591222.179194.7641
Yxy22.17910.20730.1503
Hunter Lab47.094733.5322-86.3373
CIE-Lab54.216539.9968-69.8892

#756ffc color RGB value is (117,111,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101111 11111100
Octal 165 157 374
Decimal 117 111 252
Hex 75 6F FC

RGB Percentages of Color #756ffc

%24.38
%23.13
%52.50

CMYK Percentages of Color #756ffc

%54
%56
%0
%1

Triadic Colors of #756ffc

#756ffc #fc756f #6ffc75

Analogous Colors of #756ffc

#756ffc #bc6ffc #6fb0fc

Monochromatic Colors of #756ffc

#756ffc

Complementary Color

#756ffc #f6fc6f

#756ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#756ffc Color CSS Codes

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

#756ffc Text Font Color

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

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


#756ffc Background Color

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

This div background color is #756ffc


#756ffc Border Color

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

This div border color is #756ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756ffc


Comments

No comments written yet.

Please login to write comment.