Color Hex Logo

#506ece Color Hex

#506ECE
(80,110,206)
0 Favorites   0 Comments

Color spaces of #506ece

RGB 80110206
HSL0.630.560.56
HSV226°61°81°
CMYK 0.610.470.00   0.19
XYZ20.024817.313660.6790
Yxy17.31360.20430.1766
Hunter Lab41.609613.0870-57.3354
CIE-Lab48.652818.8423-53.1144

#506ece color RGB value is (80,110,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101110 11001110
Octal 120 156 316
Decimal 80 110 206
Hex 50 6E CE

RGB Percentages of Color #506ece

%20.20
%27.78
%52.02

CMYK Percentages of Color #506ece

%61
%47
%0
%19

Triadic Colors of #506ece

#506ece #ce506e #6ece50

Analogous Colors of #506ece

#506ece #7150ce #50adce

Monochromatic Colors of #506ece

#506ece

Complementary Color

#506ece #ceb050

#506ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#506ece Color CSS Codes

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

#506ece Text Font Color

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

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


#506ece Background Color

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

This div background color is #506ece


#506ece Border Color

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

This div border color is #506ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506ece


Comments

No comments written yet.

Please login to write comment.