Color Hex Logo

#5075cb Color Hex

#5075CB
(80,117,203)
0 Favorites   0 Comments

Color spaces of #5075cb

RGB 80117203
HSL0.620.540.55
HSV222°61°80°
CMYK 0.610.420.00   0.20
XYZ20.449018.739859.0393
Yxy18.73980.20820.1908
Hunter Lab43.28958.5629-50.5586
CIE-Lab50.381413.4775-48.6380

#5075cb color RGB value is (80,117,203).

#5075cb hex color red value is 80, green value is 117 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5075cb hue: 0.62 , saturation: 0.54 and the lightness value of 5075cb is 0.55.

The process color (four color CMYK) of #5075cb color hex is 0.61, 0.42, 0.00, 0.20. Web safe color of #5075cb is #6666cc. Color #5075cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110101 11001011
Octal 120 165 313
Decimal 80 117 203
Hex 50 75 CB

RGB Percentages of Color #5075cb

%20.00
%29.25
%50.75

CMYK Percentages of Color #5075cb

%61
%42
%0
%20

Triadic Colors of #5075cb

#5075cb #cb5075 #75cb50

Analogous Colors of #5075cb

#5075cb #6950cb #50b3cb

Monochromatic Colors of #5075cb

#5075cb

Complementary Color

#5075cb #cba650

#5075cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5075cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5075cb Color CSS Codes

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

#5075cb Text Font Color

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

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


#5075cb Background Color

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

This div background color is #5075cb


#5075cb Border Color

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

This div border color is #5075cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5075cb


Comments

No comments written yet.

Please login to write comment.