Color Hex Logo

#4571ff Color Hex

#4571FF
(69,113,255)
0 Favorites   0 Comments

Color spaces of #4571ff

RGB 69113255
HSL0.631.000.64
HSV226°73°100°
CMYK 0.730.560.00   0.00
XYZ26.409420.295597.1332
Yxy20.29550.18360.1411
Hunter Lab45.050525.8014-96.2995
CIE-Lab52.169732.4349-74.9964

#4571ff color RGB value is (69,113,255).

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

The process color (four color CMYK) of #4571ff color hex is 0.73, 0.56, 0.00, 0.00. Web safe color of #4571ff is #3366ff. Color #4571ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01110001 11111111
Octal 105 161 377
Decimal 69 113 255
Hex 45 71 FF

RGB Percentages of Color #4571ff

%15.79
%25.86
%58.35

CMYK Percentages of Color #4571ff

%73
%56
%0
%0

Triadic Colors of #4571ff

#4571ff #ff4571 #71ff45

Analogous Colors of #4571ff

#4571ff #7645ff #45ceff

Monochromatic Colors of #4571ff

#4571ff

Complementary Color

#4571ff #ffd345

#4571ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4571ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4571ff Color CSS Codes

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

#4571ff Text Font Color

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

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


#4571ff Background Color

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

This div background color is #4571ff


#4571ff Border Color

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

This div border color is #4571ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,113,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 #4571ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4571ff

Related Colors


Comments

No comments written yet.

Please login to write comment.