Color Hex Logo

#4514ff Color Hex

#4514FF
(69,20,255)
0 Favorites   0 Comments

Color spaces of #4514ff

RGB 6920255
HSL0.701.000.54
HSV253°92°100°
CMYK 0.730.920.00   0.00
XYZ20.75448.985595.2482
Yxy8.98550.16610.0719
Hunter Lab29.975871.1306-167.4109
CIE-Lab35.956477.1385-101.6968

#4514ff color RGB value is (69,20,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00010100 11111111
Octal 105 24 377
Decimal 69 20 255
Hex 45 14 FF

RGB Percentages of Color #4514ff

%20.06
%5.81
%74.13

CMYK Percentages of Color #4514ff

%73
%92
%0
%0

Triadic Colors of #4514ff

#4514ff #ff4514 #14ff45

Analogous Colors of #4514ff

#4514ff #bb14ff #1458ff

Monochromatic Colors of #4514ff

#4514ff

Complementary Color

#4514ff #ceff14

#4514ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4514ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4514ff Color CSS Codes

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

#4514ff Text Font Color

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

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


#4514ff Background Color

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

This div background color is #4514ff


#4514ff Border Color

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

This div border color is #4514ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4514ff

Related Colors


Comments

No comments written yet.

Please login to write comment.