Color Hex Logo

#4611ff Color Hex

#4611FF
(70,17,255)
0 Favorites   0 Comments

Color spaces of #4611ff

RGB 7017255
HSL0.701.000.53
HSV253°93°100°
CMYK 0.730.930.00   0.00
XYZ20.77628.923095.2350
Yxy8.92300.16630.0714
Hunter Lab29.871471.8757-168.1165
CIE-Lab35.835677.7643-101.8962

#4611ff color RGB value is (70,17,255).

#4611ff hex color red value is 70, green value is 17 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4611ff hue: 0.70 , saturation: 1.00 and the lightness value of 4611ff is 0.53.

The process color (four color CMYK) of #4611ff color hex is 0.73, 0.93, 0.00, 0.00. Web safe color of #4611ff is #3300ff. Color #4611ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010001 11111111
Octal 106 21 377
Decimal 70 17 255
Hex 46 11 FF

RGB Percentages of Color #4611ff

%20.47
%4.97
%74.56

CMYK Percentages of Color #4611ff

%73
%93
%0
%0

Triadic Colors of #4611ff

#4611ff #ff4611 #11ff46

Analogous Colors of #4611ff

#4611ff #bd11ff #1153ff

Monochromatic Colors of #4611ff

#4611ff

Complementary Color

#4611ff #caff11

#4611ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4611ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4611ff Color CSS Codes

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

#4611ff Text Font Color

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

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


#4611ff Background Color

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

This div background color is #4611ff


#4611ff Border Color

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

This div border color is #4611ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4611ff


Comments

No comments written yet.

Please login to write comment.