Color Hex Logo

#4017f5 Color Hex

#4017F5
(64,23,245)
0 Favorites   0 Comments

Color spaces of #4017f5

RGB 6423245
HSL0.700.920.53
HSV251°91°96°
CMYK 0.740.910.00   0.04
XYZ18.90228.295486.9911
Yxy8.29540.16550.0726
Hunter Lab28.801766.7442-158.9149
CIE-Lab34.590773.7879-98.3563

#4017f5 color RGB value is (64,23,245).

#4017f5 hex color red value is 64, green value is 23 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #4017f5 hue: 0.70 , saturation: 0.92 and the lightness value of 4017f5 is 0.53.

The process color (four color CMYK) of #4017f5 color hex is 0.74, 0.91, 0.00, 0.04. Web safe color of #4017f5 is #3300ff. Color #4017f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010111 11110101
Octal 100 27 365
Decimal 64 23 245
Hex 40 17 F5

RGB Percentages of Color #4017f5

%19.28
%6.93
%73.80

CMYK Percentages of Color #4017f5

%74
%91
%0
%4

Triadic Colors of #4017f5

#4017f5 #f54017 #17f540

Analogous Colors of #4017f5

#4017f5 #af17f5 #175df5

Monochromatic Colors of #4017f5

#4017f5

Complementary Color

#4017f5 #ccf517

#4017f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4017f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4017f5 Color CSS Codes

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

#4017f5 Text Font Color

<p style="color:#4017f5">Text here</p>

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


#4017f5 Background Color

<div style="background-color:#4017f5">
Div content here</div>

This div background color is #4017f5


#4017f5 Border Color

<div style="border:3px solid #4017f5">
Div here</div>

This div border color is #4017f5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,23,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4017f5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4017f5;
  -webkit-box-shadow: 1px 1px 3px 2px #4017f5;
  box-shadow:         1px 1px 3px 2px #4017f5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,23,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4017f5


Comments

No comments written yet.

Please login to write comment.