Color Hex Logo

#4610fd Color Hex

#4610FD
(70,16,253)
0 Favorites   0 Comments

Color spaces of #4610fd

RGB 7016253
HSL0.700.980.53
HSV254°94°99°
CMYK 0.720.940.00   0.01
XYZ20.44078.764593.5429
Yxy8.76450.16650.0714
Hunter Lab29.604971.4367-166.6158
CIE-Lab35.526977.4651-101.2889

#4610fd color RGB value is (70,16,253).

#4610fd hex color red value is 70, green value is 16 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4610fd hue: 0.70 , saturation: 0.98 and the lightness value of 4610fd is 0.53.

The process color (four color CMYK) of #4610fd color hex is 0.72, 0.94, 0.00, 0.01. Web safe color of #4610fd is #3300ff. Color #4610fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010000 11111101
Octal 106 20 375
Decimal 70 16 253
Hex 46 10 FD

RGB Percentages of Color #4610fd

%20.65
%4.72
%74.63

CMYK Percentages of Color #4610fd

%72
%94
%0
%1

Triadic Colors of #4610fd

#4610fd #fd4610 #10fd46

Analogous Colors of #4610fd

#4610fd #bd10fd #1051fd

Monochromatic Colors of #4610fd

#4610fd

Complementary Color

#4610fd #c7fd10

#4610fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4610fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4610fd Color CSS Codes

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

#4610fd Text Font Color

<p style="color:#4610fd">Text here</p>

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


#4610fd Background Color

<div style="background-color:#4610fd">
Div content here</div>

This div background color is #4610fd


#4610fd Border Color

<div style="border:3px solid #4610fd">
Div here</div>

This div border color is #4610fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,16,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4610fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4610fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4610fd;
  box-shadow:         1px 1px 3px 2px #4610fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,16,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4610fd

Related Colors


Comments

No comments written yet.

Please login to write comment.