Color Hex Logo

#756cef Color Hex

#756CEF
(117,108,239)
0 Favorites   0 Comments

Color spaces of #756cef

RGB 117108239
HSL0.680.800.68
HSV244°55°94°
CMYK 0.510.550.00   0.06
XYZ28.278720.739084.1739
Yxy20.73900.21230.1557
Hunter Lab45.540131.1467-77.7104
CIE-Lab52.662737.8331-65.1723

#756cef color RGB value is (117,108,239).

#756cef hex color red value is 117, green value is 108 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #756cef hue: 0.68 , saturation: 0.80 and the lightness value of 756cef is 0.68.

The process color (four color CMYK) of #756cef color hex is 0.51, 0.55, 0.00, 0.06. Web safe color of #756cef is #6666ff. Color #756cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101100 11101111
Octal 165 154 357
Decimal 117 108 239
Hex 75 6C EF

RGB Percentages of Color #756cef

%25.22
%23.28
%51.51

CMYK Percentages of Color #756cef

%51
%55
%0
%6

Triadic Colors of #756cef

#756cef #ef756c #6cef75

Analogous Colors of #756cef

#756cef #b76cef #6ca5ef

Monochromatic Colors of #756cef

#756cef

Complementary Color

#756cef #e6ef6c

#756cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#756cef Color CSS Codes

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

#756cef Text Font Color

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

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


#756cef Background Color

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

This div background color is #756cef


#756cef Border Color

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

This div border color is #756cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756cef


Comments

No comments written yet.

Please login to write comment.