Color Hex Logo

#758dfb Color Hex

#758DFB
(117,141,251)
0 Favorites   0 Comments

Color spaces of #758dfb

RGB 117141251
HSL0.640.940.72
HSV229°53°98°
CMYK 0.530.440.00   0.02
XYZ34.273629.796795.2117
Yxy29.79670.21520.1871
Hunter Lab54.586416.5502-65.2055
CIE-Lab61.478421.9269-57.6689

#758dfb color RGB value is (117,141,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001101 11111011
Octal 165 215 373
Decimal 117 141 251
Hex 75 8D FB

RGB Percentages of Color #758dfb

%22.99
%27.70
%49.31

CMYK Percentages of Color #758dfb

%53
%44
%0
%2

Triadic Colors of #758dfb

#758dfb #fb758d #8dfb75

Analogous Colors of #758dfb

#758dfb #a075fb #75d0fb

Monochromatic Colors of #758dfb

#758dfb

Complementary Color

#758dfb #fbe375

#758dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#758dfb Color CSS Codes

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

#758dfb Text Font Color

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

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


#758dfb Background Color

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

This div background color is #758dfb


#758dfb Border Color

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

This div border color is #758dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758dfb


Comments

No comments written yet.

Please login to write comment.