Color Hex Logo

#507dce Color Hex

#507DCE
(80,125,206)
0 Favorites   0 Comments

Color spaces of #507dce

RGB 80125206
HSL0.610.560.56
HSV219°61°81°
CMYK 0.610.390.00   0.19
XYZ21.782520.828961.2648
Yxy20.82890.20970.2005
Hunter Lab45.63875.3270-47.6431
CIE-Lab52.76179.5933-46.5579

#507dce color RGB value is (80,125,206).

#507dce hex color red value is 80, green value is 125 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #507dce hue: 0.61 , saturation: 0.56 and the lightness value of 507dce is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111101 11001110
Octal 120 175 316
Decimal 80 125 206
Hex 50 7D CE

RGB Percentages of Color #507dce

%19.46
%30.41
%50.12

CMYK Percentages of Color #507dce

%61
%39
%0
%19

Triadic Colors of #507dce

#507dce #ce507d #7dce50

Analogous Colors of #507dce

#507dce #6250ce #50bcce

Monochromatic Colors of #507dce

#507dce

Complementary Color

#507dce #cea150

#507dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#507dce Color CSS Codes

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

#507dce Text Font Color

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

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


#507dce Background Color

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

This div background color is #507dce


#507dce Border Color

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

This div border color is #507dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507dce


Comments

No comments written yet.

Please login to write comment.