Color Hex Logo

#4157fd Color Hex

#4157FD
(65,87,253)
0 Favorites   0 Comments

Color spaces of #4157fd

RGB 6587253
HSL0.650.980.62
HSV233°74°99°
CMYK 0.740.660.00   0.01
XYZ23.317815.032194.6010
Yxy15.03210.17540.1131
Hunter Lab38.771339.5037-117.5264
CIE-Lab45.678147.1523-84.5009

#4157fd color RGB value is (65,87,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010111 11111101
Octal 101 127 375
Decimal 65 87 253
Hex 41 57 FD

RGB Percentages of Color #4157fd

%16.05
%21.48
%62.47

CMYK Percentages of Color #4157fd

%74
%66
%0
%1

Triadic Colors of #4157fd

#4157fd #fd4157 #57fd41

Analogous Colors of #4157fd

#4157fd #8941fd #41b5fd

Monochromatic Colors of #4157fd

#4157fd

Complementary Color

#4157fd #fde741

#4157fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4157fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4157fd Color CSS Codes

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

#4157fd Text Font Color

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

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


#4157fd Background Color

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

This div background color is #4157fd


#4157fd Border Color

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

This div border color is #4157fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4157fd


Comments

No comments written yet.

Please login to write comment.