Color Hex Logo

#4614fd Color Hex

#4614FD
(70,20,253)
0 Favorites   0 Comments

Color spaces of #4614fd

RGB 7020253
HSL0.700.980.54
HSV253°92°99°
CMYK 0.720.920.00   0.01
XYZ20.50568.894393.5645
Yxy8.89430.16680.0723
Hunter Lab29.823370.5404-165.1338
CIE-Lab35.780076.6908-100.8672

#4614fd color RGB value is (70,20,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010100 11111101
Octal 106 24 375
Decimal 70 20 253
Hex 46 14 FD

RGB Percentages of Color #4614fd

%20.41
%5.83
%73.76

CMYK Percentages of Color #4614fd

%72
%92
%0
%1

Triadic Colors of #4614fd

#4614fd #fd4614 #14fd46

Analogous Colors of #4614fd

#4614fd #bb14fd #1457fd

Monochromatic Colors of #4614fd

#4614fd

Complementary Color

#4614fd #cbfd14

#4614fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4614fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4614fd Color CSS Codes

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

#4614fd Text Font Color

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

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


#4614fd Background Color

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

This div background color is #4614fd


#4614fd Border Color

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

This div border color is #4614fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4614fd

Related Colors


Comments

No comments written yet.

Please login to write comment.