Color Hex Logo

#2984ef Color Hex

#2984EF
(41,132,239)
0 Favorites   0 Comments

Color spaces of #2984ef

RGB 41132239
HSL0.590.860.55
HSV212°83°94°
CMYK 0.830.450.00   0.06
XYZ24.745723.205984.8363
Yxy23.20590.18640.1748
Hunter Lab48.17257.3917-70.6945
CIE-Lab55.283812.0115-61.1334

#2984ef color RGB value is (41,132,239).

#2984ef hex color red value is 41, green value is 132 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2984ef hue: 0.59 , saturation: 0.86 and the lightness value of 2984ef is 0.55.

The process color (four color CMYK) of #2984ef color hex is 0.83, 0.45, 0.00, 0.06. Web safe color of #2984ef is #3399ff. Color #2984ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000100 11101111
Octal 51 204 357
Decimal 41 132 239
Hex 29 84 EF

RGB Percentages of Color #2984ef

%9.95
%32.04
%58.01

CMYK Percentages of Color #2984ef

%83
%45
%0
%6

Triadic Colors of #2984ef

#2984ef #ef2984 #84ef29

Analogous Colors of #2984ef

#2984ef #3129ef #29e7ef

Monochromatic Colors of #2984ef

#2984ef

Complementary Color

#2984ef #ef9429

#2984ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2984ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2984ef Color CSS Codes

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

#2984ef Text Font Color

<p style="color:#2984ef">Text here</p>

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


#2984ef Background Color

<div style="background-color:#2984ef">
Div content here</div>

This div background color is #2984ef


#2984ef Border Color

<div style="border:3px solid #2984ef">
Div here</div>

This div border color is #2984ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,132,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2984ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2984ef;
  -webkit-box-shadow: 1px 1px 3px 2px #2984ef;
  box-shadow:         1px 1px 3px 2px #2984ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2984ef


Comments

No comments written yet.

Please login to write comment.