Color Hex Logo

#507cf6 Color Hex

#507CF6
(80,124,246)
0 Favorites   0 Comments

Color spaces of #507cf6

RGB 80124246
HSL0.620.900.64
HSV224°67°96°
CMYK 0.670.500.00   0.04
XYZ27.150522.774690.1537
Yxy22.77460.19380.1626
Hunter Lab47.722718.0377-78.5997
CIE-Lab54.839423.9512-65.6669

#507cf6 color RGB value is (80,124,246).

#507cf6 hex color red value is 80, green value is 124 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #507cf6 hue: 0.62 , saturation: 0.90 and the lightness value of 507cf6 is 0.64.

The process color (four color CMYK) of #507cf6 color hex is 0.67, 0.50, 0.00, 0.04. Web safe color of #507cf6 is #6666ff. Color #507cf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111100 11110110
Octal 120 174 366
Decimal 80 124 246
Hex 50 7C F6

RGB Percentages of Color #507cf6

%17.78
%27.56
%54.67

CMYK Percentages of Color #507cf6

%67
%50
%0
%4

Triadic Colors of #507cf6

#507cf6 #f6507c #7cf650

Analogous Colors of #507cf6

#507cf6 #7750f6 #50cff6

Monochromatic Colors of #507cf6

#507cf6

Complementary Color

#507cf6 #f6ca50

#507cf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507cf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507cf6 Color CSS Codes

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

#507cf6 Text Font Color

<p style="color:#507cf6">Text here</p>

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


#507cf6 Background Color

<div style="background-color:#507cf6">
Div content here</div>

This div background color is #507cf6


#507cf6 Border Color

<div style="border:3px solid #507cf6">
Div here</div>

This div border color is #507cf6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,124,246, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #507cf6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #507cf6;
  -webkit-box-shadow: 1px 1px 3px 2px #507cf6;
  box-shadow:         1px 1px 3px 2px #507cf6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507cf6


Comments

No comments written yet.

Please login to write comment.