Color Hex Logo

#5058cf Color Hex

#5058CF
(80,88,207)
0 Favorites   0 Comments

Color spaces of #5058cf

RGB 8088207
HSL0.660.570.56
HSV236°61°81°
CMYK 0.610.570.00   0.19
XYZ18.060513.189960.6255
Yxy13.18990.19660.1436
Hunter Lab36.317925.2098-73.5503
CIE-Lab43.048032.9360-62.7294

#5058cf color RGB value is (80,88,207).

#5058cf hex color red value is 80, green value is 88 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5058cf hue: 0.66 , saturation: 0.57 and the lightness value of 5058cf is 0.56.

The process color (four color CMYK) of #5058cf color hex is 0.61, 0.57, 0.00, 0.19. Web safe color of #5058cf is #6666cc. Color #5058cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011000 11001111
Octal 120 130 317
Decimal 80 88 207
Hex 50 58 CF

RGB Percentages of Color #5058cf

%21.33
%23.47
%55.20

CMYK Percentages of Color #5058cf

%61
%57
%0
%19

Triadic Colors of #5058cf

#5058cf #cf5058 #58cf50

Analogous Colors of #5058cf

#5058cf #8850cf #5098cf

Monochromatic Colors of #5058cf

#5058cf

Complementary Color

#5058cf #cfc750

#5058cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5058cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5058cf Color CSS Codes

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

#5058cf Text Font Color

<p style="color:#5058cf">Text here</p>

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


#5058cf Background Color

<div style="background-color:#5058cf">
Div content here</div>

This div background color is #5058cf


#5058cf Border Color

<div style="border:3px solid #5058cf">
Div here</div>

This div border color is #5058cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,88,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5058cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5058cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5058cf;
  box-shadow:         1px 1px 3px 2px #5058cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5058cf


Comments

No comments written yet.

Please login to write comment.