Color Hex Logo

#5067ce Color Hex

#5067CE
(80,103,206)
0 Favorites   0 Comments

Color spaces of #5067ce

RGB 80103206
HSL0.640.560.56
HSV229°61°81°
CMYK 0.610.500.00   0.19
XYZ19.299115.862260.4371
Yxy15.86220.20190.1659
Hunter Lab39.827416.7976-62.0920
CIE-Lab46.793223.2194-56.1016

#5067ce color RGB value is (80,103,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100111 11001110
Octal 120 147 316
Decimal 80 103 206
Hex 50 67 CE

RGB Percentages of Color #5067ce

%20.57
%26.48
%52.96

CMYK Percentages of Color #5067ce

%61
%50
%0
%19

Triadic Colors of #5067ce

#5067ce #ce5067 #67ce50

Analogous Colors of #5067ce

#5067ce #7850ce #50a6ce

Monochromatic Colors of #5067ce

#5067ce

Complementary Color

#5067ce #ceb750

#5067ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5067ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5067ce Color CSS Codes

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

#5067ce Text Font Color

<p style="color:#5067ce">Text here</p>

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


#5067ce Background Color

<div style="background-color:#5067ce">
Div content here</div>

This div background color is #5067ce


#5067ce Border Color

<div style="border:3px solid #5067ce">
Div here</div>

This div border color is #5067ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5067ce


Comments

No comments written yet.

Please login to write comment.