Color Hex Logo

#756bfb Color Hex

#756BFB
(117,107,251)
0 Favorites   0 Comments

Color spaces of #756bfb

RGB 117107251
HSL0.680.950.70
HSV244°57°98°
CMYK 0.530.570.00   0.02
XYZ30.006421.262393.7893
Yxy21.26230.20690.1466
Hunter Lab46.111135.4631-88.3173
CIE-Lab53.235442.0283-70.9238

#756bfb color RGB value is (117,107,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101011 11111011
Octal 165 153 373
Decimal 117 107 251
Hex 75 6B FB

RGB Percentages of Color #756bfb

%24.63
%22.53
%52.84

CMYK Percentages of Color #756bfb

%53
%57
%0
%2

Triadic Colors of #756bfb

#756bfb #fb756b #6bfb75

Analogous Colors of #756bfb

#756bfb #bd6bfb #6ba9fb

Monochromatic Colors of #756bfb

#756bfb

Complementary Color

#756bfb #f1fb6b

#756bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#756bfb Color CSS Codes

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

#756bfb Text Font Color

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

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


#756bfb Background Color

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

This div background color is #756bfb


#756bfb Border Color

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

This div border color is #756bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.