Color Hex Logo

#4610eb Color Hex

#4610EB
(70,16,235)
0 Favorites   0 Comments

Color spaces of #4610eb

RGB 7016235
HSL0.710.870.49
HSV255°93°92°
CMYK 0.700.930.00   0.08
XYZ17.70657.670879.1446
Yxy7.67080.16940.0734
Hunter Lab27.696265.6487-150.0396
CIE-Lab33.287773.1159-94.8464

#4610eb color RGB value is (70,16,235).

#4610eb hex color red value is 70, green value is 16 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4610eb hue: 0.71 , saturation: 0.87 and the lightness value of 4610eb is 0.49.

The process color (four color CMYK) of #4610eb color hex is 0.70, 0.93, 0.00, 0.08. Web safe color of #4610eb is #3300ff. Color #4610eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010000 11101011
Octal 106 20 353
Decimal 70 16 235
Hex 46 10 EB

RGB Percentages of Color #4610eb

%21.81
%4.98
%73.21

CMYK Percentages of Color #4610eb

%70
%93
%0
%8

Triadic Colors of #4610eb

#4610eb #eb4610 #10eb46

Analogous Colors of #4610eb

#4610eb #b410eb #1048eb

Monochromatic Colors of #4610eb

#4610eb

Complementary Color

#4610eb #b5eb10

#4610eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4610eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4610eb Color CSS Codes

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

#4610eb Text Font Color

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

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


#4610eb Background Color

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

This div background color is #4610eb


#4610eb Border Color

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

This div border color is #4610eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4610eb


Comments

No comments written yet.

Please login to write comment.