Color Hex Logo

#5075fb Color Hex

#5075FB
(80,117,251)
0 Favorites   0 Comments

Color spaces of #5075fb

RGB 80117251
HSL0.630.960.65
HSV227°68°98°
CMYK 0.680.530.00   0.02
XYZ27.082121.393193.9687
Yxy21.39310.19010.1502
Hunter Lab46.252723.5740-88.0790
CIE-Lab53.377129.9777-70.8008

#5075fb color RGB value is (80,117,251).

#5075fb hex color red value is 80, green value is 117 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5075fb hue: 0.63 , saturation: 0.96 and the lightness value of 5075fb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110101 11111011
Octal 120 165 373
Decimal 80 117 251
Hex 50 75 FB

RGB Percentages of Color #5075fb

%17.86
%26.12
%56.03

CMYK Percentages of Color #5075fb

%68
%53
%0
%2

Triadic Colors of #5075fb

#5075fb #fb5075 #75fb50

Analogous Colors of #5075fb

#5075fb #8150fb #50cbfb

Monochromatic Colors of #5075fb

#5075fb

Complementary Color

#5075fb #fbd650

#5075fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5075fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5075fb Color CSS Codes

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

#5075fb Text Font Color

<p style="color:#5075fb">Text here</p>

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


#5075fb Background Color

<div style="background-color:#5075fb">
Div content here</div>

This div background color is #5075fb


#5075fb Border Color

<div style="border:3px solid #5075fb">
Div here</div>

This div border color is #5075fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5075fb

Related Colors


Comments

No comments written yet.

Please login to write comment.