Color Hex Logo

#2946ee Color Hex

#2946EE
(41,70,238)
0 Favorites   0 Comments

Color spaces of #2946ee

RGB 4170238
HSL0.640.850.55
HSV231°83°93°
CMYK 0.830.710.00   0.07
XYZ18.537211.024882.0399
Yxy11.02480.16610.0988
Hunter Lab33.203641.5482-123.2519
CIE-Lab39.622250.2094-86.0914

#2946ee color RGB value is (41,70,238).

#2946ee hex color red value is 41, green value is 70 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2946ee hue: 0.64 , saturation: 0.85 and the lightness value of 2946ee is 0.55.

The process color (four color CMYK) of #2946ee color hex is 0.83, 0.71, 0.00, 0.07. Web safe color of #2946ee is #3333ff. Color #2946ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000110 11101110
Octal 51 106 356
Decimal 41 70 238
Hex 29 46 EE

RGB Percentages of Color #2946ee

%11.75
%20.06
%68.19

CMYK Percentages of Color #2946ee

%83
%71
%0
%7

Triadic Colors of #2946ee

#2946ee #ee2946 #46ee29

Analogous Colors of #2946ee

#2946ee #6f29ee #29a9ee

Monochromatic Colors of #2946ee

#2946ee

Complementary Color

#2946ee #eed129

#2946ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2946ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2946ee Color CSS Codes

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

#2946ee Text Font Color

<p style="color:#2946ee">Text here</p>

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


#2946ee Background Color

<div style="background-color:#2946ee">
Div content here</div>

This div background color is #2946ee


#2946ee Border Color

<div style="border:3px solid #2946ee">
Div here</div>

This div border color is #2946ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,70,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2946ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2946ee;
  -webkit-box-shadow: 1px 1px 3px 2px #2946ee;
  box-shadow:         1px 1px 3px 2px #2946ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,70,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2946ee


Comments

No comments written yet.

Please login to write comment.