Color Hex Logo

#2b4ade Color Hex

#2B4ADE
(43,74,222)
0 Favorites   0 Comments

Color spaces of #2b4ade

RGB 4374222
HSL0.640.730.52
HSV230°81°87°
CMYK 0.810.670.00   0.13
XYZ16.629910.685170.2932
Yxy10.68510.17040.1095
Hunter Lab32.688133.6069-104.6170
CIE-Lab39.045042.3909-77.9496

#2b4ade color RGB value is (43,74,222).

#2b4ade hex color red value is 43, green value is 74 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #2b4ade hue: 0.64 , saturation: 0.73 and the lightness value of 2b4ade is 0.52.

The process color (four color CMYK) of #2b4ade color hex is 0.81, 0.67, 0.00, 0.13. Web safe color of #2b4ade is #3333cc. Color #2b4ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01001010 11011110
Octal 53 112 336
Decimal 43 74 222
Hex 2B 4A DE

RGB Percentages of Color #2b4ade

%12.68
%21.83
%65.49

CMYK Percentages of Color #2b4ade

%81
%67
%0
%13

Triadic Colors of #2b4ade

#2b4ade #de2b4a #4ade2b

Analogous Colors of #2b4ade

#2b4ade #662bde #2ba4de

Monochromatic Colors of #2b4ade

#2b4ade

Complementary Color

#2b4ade #debf2b

#2b4ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b4ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b4ade Color CSS Codes

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

#2b4ade Text Font Color

<p style="color:#2b4ade">Text here</p>

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


#2b4ade Background Color

<div style="background-color:#2b4ade">
Div content here</div>

This div background color is #2b4ade


#2b4ade Border Color

<div style="border:3px solid #2b4ade">
Div here</div>

This div border color is #2b4ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,74,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2b4ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2b4ade;
  -webkit-box-shadow: 1px 1px 3px 2px #2b4ade;
  box-shadow:         1px 1px 3px 2px #2b4ade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,74,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b4ade


Comments

No comments written yet.

Please login to write comment.