Color Hex Logo

#4620ef Color Hex

#4620EF
(70,32,239)
0 Favorites   0 Comments

Color spaces of #4620ef

RGB 7032239
HSL0.700.870.53
HSV251°87°94°
CMYK 0.710.870.00   0.06
XYZ18.62238.567182.3335
Yxy8.56710.17000.0782
Hunter Lab29.269662.3458-146.2902
CIE-Lab35.137169.9849-94.0412

#4620ef color RGB value is (70,32,239).

#4620ef hex color red value is 70, green value is 32 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4620ef hue: 0.70 , saturation: 0.87 and the lightness value of 4620ef is 0.53.

The process color (four color CMYK) of #4620ef color hex is 0.71, 0.87, 0.00, 0.06. Web safe color of #4620ef is #3333ff. Color #4620ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100000 11101111
Octal 106 40 357
Decimal 70 32 239
Hex 46 20 EF

RGB Percentages of Color #4620ef

%20.53
%9.38
%70.09

CMYK Percentages of Color #4620ef

%71
%87
%0
%6

Triadic Colors of #4620ef

#4620ef #ef4620 #20ef46

Analogous Colors of #4620ef

#4620ef #ae20ef #2062ef

Monochromatic Colors of #4620ef

#4620ef

Complementary Color

#4620ef #c9ef20

#4620ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4620ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4620ef Color CSS Codes

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

#4620ef Text Font Color

<p style="color:#4620ef">Text here</p>

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


#4620ef Background Color

<div style="background-color:#4620ef">
Div content here</div>

This div background color is #4620ef


#4620ef Border Color

<div style="border:3px solid #4620ef">
Div here</div>

This div border color is #4620ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,32,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4620ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4620ef;
  -webkit-box-shadow: 1px 1px 3px 2px #4620ef;
  box-shadow:         1px 1px 3px 2px #4620ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4620ef


Comments

No comments written yet.

Please login to write comment.