Color Hex Logo

#506cce Color Hex

#506CCE
(80,108,206)
0 Favorites   0 Comments

Color spaces of #506cce

RGB 80108206
HSL0.630.560.56
HSV227°61°81°
CMYK 0.610.480.00   0.19
XYZ19.811416.886860.6078
Yxy16.88680.20360.1735
Hunter Lab41.093614.1420-58.6798
CIE-Lab48.117120.0906-53.9736

#506cce color RGB value is (80,108,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101100 11001110
Octal 120 154 316
Decimal 80 108 206
Hex 50 6C CE

RGB Percentages of Color #506cce

%20.30
%27.41
%52.28

CMYK Percentages of Color #506cce

%61
%48
%0
%19

Triadic Colors of #506cce

#506cce #ce506c #6cce50

Analogous Colors of #506cce

#506cce #7350ce #50abce

Monochromatic Colors of #506cce

#506cce

Complementary Color

#506cce #ceb250

#506cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#506cce Color CSS Codes

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

#506cce Text Font Color

<p style="color:#506cce">Text here</p>

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


#506cce Background Color

<div style="background-color:#506cce">
Div content here</div>

This div background color is #506cce


#506cce Border Color

<div style="border:3px solid #506cce">
Div here</div>

This div border color is #506cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506cce


Comments

No comments written yet.

Please login to write comment.