Color Hex Logo

#4141fd Color Hex

#4141FD
(65,65,253)
0 Favorites   0 Comments

Color spaces of #4141fd

RGB 6565253
HSL0.670.980.62
HSV240°74°99°
CMYK 0.740.740.00   0.01
XYZ21.799911.996394.0950
Yxy11.99630.17050.0938
Hunter Lab34.635751.7365-136.8286
CIE-Lab41.210259.4656-91.8633

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000001 11111101
Octal 101 101 375
Decimal 65 65 253
Hex 41 41 FD

RGB Percentages of Color #4141fd

%16.97
%16.97
%66.06

CMYK Percentages of Color #4141fd

%74
%74
%0
%1

Triadic Colors of #4141fd

#4141fd #fd4141 #41fd41

Analogous Colors of #4141fd

#4141fd #9f41fd #419ffd

Monochromatic Colors of #4141fd

#4141fd

Complementary Color

#4141fd #fdfd41

#4141fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4141fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4141fd Color CSS Codes

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

#4141fd Text Font Color

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

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


#4141fd Background Color

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

This div background color is #4141fd


#4141fd Border Color

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

This div border color is #4141fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4141fd


Comments

No comments written yet.

Please login to write comment.