Color Hex Logo

#756efd Color Hex

#756EFD
(117,110,253)
0 Favorites   0 Comments

Color spaces of #756efd

RGB 117110253
HSL0.670.970.71
HSV243°57°99°
CMYK 0.540.570.00   0.01
XYZ30.641722.025695.5649
Yxy22.02560.20670.1486
Hunter Lab46.931434.4133-87.8782
CIE-Lab54.054240.8851-70.7055

#756efd color RGB value is (117,110,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101110 11111101
Octal 165 156 375
Decimal 117 110 253
Hex 75 6E FD

RGB Percentages of Color #756efd

%24.38
%22.92
%52.71

CMYK Percentages of Color #756efd

%54
%57
%0
%1

Triadic Colors of #756efd

#756efd #fd756e #6efd75

Analogous Colors of #756efd

#756efd #bd6efd #6eaffd

Monochromatic Colors of #756efd

#756efd

Complementary Color

#756efd #f6fd6e

#756efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#756efd Color CSS Codes

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

#756efd Text Font Color

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

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


#756efd Background Color

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

This div background color is #756efd


#756efd Border Color

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

This div border color is #756efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756efd


Comments

No comments written yet.

Please login to write comment.