Color Hex Logo

#4415ff Color Hex

#4415FF
(68,21,255)
0 Favorites   0 Comments

Color spaces of #4415ff

RGB 6821255
HSL0.701.000.54
HSV252°92°100°
CMYK 0.730.920.00   0.00
XYZ20.70218.985395.2510
Yxy8.98530.16570.0719
Hunter Lab29.975570.8211-167.4188
CIE-Lab35.956076.8870-101.6994

#4415ff color RGB value is (68,21,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010101 11111111
Octal 104 25 377
Decimal 68 21 255
Hex 44 15 FF

RGB Percentages of Color #4415ff

%19.77
%6.10
%74.13

CMYK Percentages of Color #4415ff

%73
%92
%0
%0

Triadic Colors of #4415ff

#4415ff #ff4415 #15ff44

Analogous Colors of #4415ff

#4415ff #b915ff #155bff

Monochromatic Colors of #4415ff

#4415ff

Complementary Color

#4415ff #d0ff15

#4415ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4415ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4415ff Color CSS Codes

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

#4415ff Text Font Color

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

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


#4415ff Background Color

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

This div background color is #4415ff


#4415ff Border Color

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

This div border color is #4415ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4415ff


Comments

No comments written yet.

Please login to write comment.