Color Hex Logo

#4580ff Color Hex

#4580FF
(69,128,255)
0 Favorites   0 Comments

Color spaces of #4580ff

RGB 69128255
HSL0.611.000.64
HSV221°73°100°
CMYK 0.730.500.00   0.00
XYZ28.223423.923697.7379
Yxy23.92360.18830.1596
Hunter Lab48.911817.4037-84.2380
CIE-Lab56.011223.1819-68.7718

#4580ff color RGB value is (69,128,255).

#4580ff hex color red value is 69, green value is 128 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4580ff hue: 0.61 , saturation: 1.00 and the lightness value of 4580ff is 0.64.

The process color (four color CMYK) of #4580ff color hex is 0.73, 0.50, 0.00, 0.00. Web safe color of #4580ff is #3399ff. Color #4580ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10000000 11111111
Octal 105 200 377
Decimal 69 128 255
Hex 45 80 FF

RGB Percentages of Color #4580ff

%15.27
%28.32
%56.42

CMYK Percentages of Color #4580ff

%73
%50
%0
%0

Triadic Colors of #4580ff

#4580ff #ff4580 #80ff45

Analogous Colors of #4580ff

#4580ff #6745ff #45ddff

Monochromatic Colors of #4580ff

#4580ff

Complementary Color

#4580ff #ffc445

#4580ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4580ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4580ff Color CSS Codes

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

#4580ff Text Font Color

<p style="color:#4580ff">Text here</p>

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


#4580ff Background Color

<div style="background-color:#4580ff">
Div content here</div>

This div background color is #4580ff


#4580ff Border Color

<div style="border:3px solid #4580ff">
Div here</div>

This div border color is #4580ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,128,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4580ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4580ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4580ff;
  box-shadow:         1px 1px 3px 2px #4580ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,128,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4580ff

Related Colors

#4580ff Color Palettes


Comments

No comments written yet.

Please login to write comment.