Color Hex Logo

#4158fd Color Hex

#4158FD
(65,88,253)
0 Favorites   0 Comments

Color spaces of #4158fd

RGB 6588253
HSL0.650.980.62
HSV233°74°99°
CMYK 0.740.650.00   0.01
XYZ23.399315.195194.6282
Yxy15.19510.17560.1141
Hunter Lab38.980938.9327-116.6430
CIE-Lab45.900346.5590-84.1362

#4158fd color RGB value is (65,88,253).

#4158fd hex color red value is 65, green value is 88 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4158fd hue: 0.65 , saturation: 0.98 and the lightness value of 4158fd is 0.62.

The process color (four color CMYK) of #4158fd color hex is 0.74, 0.65, 0.00, 0.01. Web safe color of #4158fd is #3366ff. Color #4158fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011000 11111101
Octal 101 130 375
Decimal 65 88 253
Hex 41 58 FD

RGB Percentages of Color #4158fd

%16.01
%21.67
%62.32

CMYK Percentages of Color #4158fd

%74
%65
%0
%1

Triadic Colors of #4158fd

#4158fd #fd4158 #58fd41

Analogous Colors of #4158fd

#4158fd #8841fd #41b6fd

Monochromatic Colors of #4158fd

#4158fd

Complementary Color

#4158fd #fde641

#4158fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4158fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4158fd Color CSS Codes

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

#4158fd Text Font Color

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

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


#4158fd Background Color

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

This div background color is #4158fd


#4158fd Border Color

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

This div border color is #4158fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4158fd


Comments

No comments written yet.

Please login to write comment.