Color Hex Logo

#2b426f Color Hex

#2B426F
(43,66,111)
0 Favorites   0 Comments

Color spaces of #2b426f

RGB 4366111
HSL0.610.440.30
HSV220°61°44°
CMYK 0.610.410.00   0.56
XYZ5.81375.557715.8053
Yxy5.55770.21390.2045
Hunter Lab23.57482.7635-23.2476
CIE-Lab28.26806.1936-28.7859

#2b426f color RGB value is (43,66,111).

#2b426f hex color red value is 43, green value is 66 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #2b426f hue: 0.61 , saturation: 0.44 and the lightness value of 2b426f is 0.30.

The process color (four color CMYK) of #2b426f color hex is 0.61, 0.41, 0.00, 0.56. Web safe color of #2b426f is #333366. Color #2b426f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01000010 01101111
Octal 53 102 157
Decimal 43 66 111
Hex 2B 42 6F

RGB Percentages of Color #2b426f

%19.55
%30.00
%50.45

CMYK Percentages of Color #2b426f

%61
%41
%0
%56

Triadic Colors of #2b426f

#2b426f #6f2b42 #426f2b

Analogous Colors of #2b426f

#2b426f #362b6f #2b646f

Monochromatic Colors of #2b426f

#2b426f

Complementary Color

#2b426f #6f582b

#2b426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b426f Color CSS Codes

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

#2b426f Text Font Color

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

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


#2b426f Background Color

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

This div background color is #2b426f


#2b426f Border Color

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

This div border color is #2b426f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b426f


Comments

No comments written yet.

Please login to write comment.