Color Hex Logo

#2941fd Color Hex

#2941FD
(41,65,253)
0 Favorites   0 Comments

Color spaces of #2941fd

RGB 4165253
HSL0.650.980.58
HSV233°84°99°
CMYK 0.840.740.00   0.01
XYZ20.534411.343994.0358
Yxy11.34390.16310.0901
Hunter Lab33.680749.8864-141.9599
CIE-Lab40.153857.9787-93.6449

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

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

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

Base Numbers

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

RGB Percentages of Color #2941fd

%11.42
%18.11
%70.47

CMYK Percentages of Color #2941fd

%84
%74
%0
%1

Triadic Colors of #2941fd

#2941fd #fd2941 #41fd29

Analogous Colors of #2941fd

#2941fd #7b29fd #29abfd

Monochromatic Colors of #2941fd

#2941fd

Complementary Color

#2941fd #fde529

#2941fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2941fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2941fd Color CSS Codes

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

#2941fd Text Font Color

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

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


#2941fd Background Color

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

This div background color is #2941fd


#2941fd Border Color

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

This div border color is #2941fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2941fd

Related Colors


Comments

No comments written yet.

Please login to write comment.