Color Hex Logo

#5069be Color Hex

#5069BE
(80,105,190)
0 Favorites   0 Comments

Color spaces of #5069be

RGB 80105190
HSL0.630.460.53
HSV226°58°75°
CMYK 0.580.450.00   0.25
XYZ17.654115.526350.7816
Yxy15.52630.21030.1849
Hunter Lab39.403411.0182-48.8282
CIE-Lab46.346816.5446-47.6057

#5069be color RGB value is (80,105,190).

#5069be hex color red value is 80, green value is 105 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5069be hue: 0.63 , saturation: 0.46 and the lightness value of 5069be is 0.53.

The process color (four color CMYK) of #5069be color hex is 0.58, 0.45, 0.00, 0.25. Web safe color of #5069be is #6666cc. Color #5069be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101001 10111110
Octal 120 151 276
Decimal 80 105 190
Hex 50 69 BE

RGB Percentages of Color #5069be

%21.33
%28.00
%50.67

CMYK Percentages of Color #5069be

%58
%45
%0
%25

Triadic Colors of #5069be

#5069be #be5069 #69be50

Analogous Colors of #5069be

#5069be #6e50be #50a0be

Monochromatic Colors of #5069be

#5069be

Complementary Color

#5069be #bea550

#5069be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5069be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5069be Color CSS Codes

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

#5069be Text Font Color

<p style="color:#5069be">Text here</p>

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


#5069be Background Color

<div style="background-color:#5069be">
Div content here</div>

This div background color is #5069be


#5069be Border Color

<div style="border:3px solid #5069be">
Div here</div>

This div border color is #5069be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,105,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5069be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5069be;
  -webkit-box-shadow: 1px 1px 3px 2px #5069be;
  box-shadow:         1px 1px 3px 2px #5069be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5069be


Comments

No comments written yet.

Please login to write comment.