Color Hex Logo

#2954eb Color Hex

#2954EB
(41,84,235)
0 Favorites   0 Comments

Color spaces of #2954eb

RGB 4184235
HSL0.630.830.54
HSV227°83°92°
CMYK 0.830.640.00   0.08
XYZ19.080212.810280.0642
Yxy12.81020.17040.1144
Hunter Lab35.791332.5227-107.5761
CIE-Lab42.475940.7132-79.6985

#2954eb color RGB value is (41,84,235).

#2954eb hex color red value is 41, green value is 84 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2954eb hue: 0.63 , saturation: 0.83 and the lightness value of 2954eb is 0.54.

The process color (four color CMYK) of #2954eb color hex is 0.83, 0.64, 0.00, 0.08. Web safe color of #2954eb is #3366ff. Color #2954eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010100 11101011
Octal 51 124 353
Decimal 41 84 235
Hex 29 54 EB

RGB Percentages of Color #2954eb

%11.39
%23.33
%65.28

CMYK Percentages of Color #2954eb

%83
%64
%0
%8

Triadic Colors of #2954eb

#2954eb #eb2954 #54eb29

Analogous Colors of #2954eb

#2954eb #5f29eb #29b5eb

Monochromatic Colors of #2954eb

#2954eb

Complementary Color

#2954eb #ebc029

#2954eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2954eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2954eb Color CSS Codes

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

#2954eb Text Font Color

<p style="color:#2954eb">Text here</p>

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


#2954eb Background Color

<div style="background-color:#2954eb">
Div content here</div>

This div background color is #2954eb


#2954eb Border Color

<div style="border:3px solid #2954eb">
Div here</div>

This div border color is #2954eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,84,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2954eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2954eb;
  -webkit-box-shadow: 1px 1px 3px 2px #2954eb;
  box-shadow:         1px 1px 3px 2px #2954eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2954eb


Comments

No comments written yet.

Please login to write comment.