Color Hex Logo

#758bfb Color Hex

#758BFB
(117,139,251)
0 Favorites   0 Comments

Color spaces of #758bfb

RGB 117139251
HSL0.640.940.72
HSV230°53°98°
CMYK 0.530.450.00   0.02
XYZ33.981329.212295.1143
Yxy29.21220.21470.1845
Hunter Lab54.048317.6421-66.5048
CIE-Lab60.968523.1105-58.4829

#758bfb color RGB value is (117,139,251).

#758bfb hex color red value is 117, green value is 139 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #758bfb hue: 0.64 , saturation: 0.94 and the lightness value of 758bfb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001011 11111011
Octal 165 213 373
Decimal 117 139 251
Hex 75 8B FB

RGB Percentages of Color #758bfb

%23.08
%27.42
%49.51

CMYK Percentages of Color #758bfb

%53
%45
%0
%2

Triadic Colors of #758bfb

#758bfb #fb758b #8bfb75

Analogous Colors of #758bfb

#758bfb #a275fb #75cefb

Monochromatic Colors of #758bfb

#758bfb

Complementary Color

#758bfb #fbe575

#758bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#758bfb Color CSS Codes

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

#758bfb Text Font Color

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

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


#758bfb Background Color

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

This div background color is #758bfb


#758bfb Border Color

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

This div border color is #758bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758bfb


Comments

No comments written yet.

Please login to write comment.