Color Hex Logo

#5064cf Color Hex

#5064CF
(80,100,207)
0 Favorites   0 Comments

Color spaces of #5064cf

RGB 80100207
HSL0.640.570.56
HSV231°61°81°
CMYK 0.610.520.00   0.19
XYZ19.127915.324860.9813
Yxy15.32480.20040.1606
Hunter Lab39.146918.7113-64.9565
CIE-Lab46.075925.4396-57.8302

#5064cf color RGB value is (80,100,207).

#5064cf hex color red value is 80, green value is 100 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5064cf hue: 0.64 , saturation: 0.57 and the lightness value of 5064cf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100100 11001111
Octal 120 144 317
Decimal 80 100 207
Hex 50 64 CF

RGB Percentages of Color #5064cf

%20.67
%25.84
%53.49

CMYK Percentages of Color #5064cf

%61
%52
%0
%19

Triadic Colors of #5064cf

#5064cf #cf5064 #64cf50

Analogous Colors of #5064cf

#5064cf #7c50cf #50a4cf

Monochromatic Colors of #5064cf

#5064cf

Complementary Color

#5064cf #cfbb50

#5064cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5064cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5064cf Color CSS Codes

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

#5064cf Text Font Color

<p style="color:#5064cf">Text here</p>

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


#5064cf Background Color

<div style="background-color:#5064cf">
Div content here</div>

This div background color is #5064cf


#5064cf Border Color

<div style="border:3px solid #5064cf">
Div here</div>

This div border color is #5064cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,100,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5064cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5064cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5064cf;
  box-shadow:         1px 1px 3px 2px #5064cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5064cf


Comments

No comments written yet.

Please login to write comment.