Color Hex Logo

#2b186e Color Hex

#2B186E
(43,24,110)
0 Favorites   0 Comments

Color spaces of #2b186e

RGB 4324110
HSL0.700.640.26
HSV253°78°43°
CMYK 0.610.780.00   0.57
XYZ4.13742.292614.9763
Yxy2.29260.19330.1071
Hunter Lab15.141322.2781-48.0448
CIE-Lab16.953433.8460-46.4230

#2b186e color RGB value is (43,24,110).

#2b186e hex color red value is 43, green value is 24 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #2b186e hue: 0.70 , saturation: 0.64 and the lightness value of 2b186e is 0.26.

The process color (four color CMYK) of #2b186e color hex is 0.61, 0.78, 0.00, 0.57. Web safe color of #2b186e is #330066. Color #2b186e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 00011000 01101110
Octal 53 30 156
Decimal 43 24 110
Hex 2B 18 6E

RGB Percentages of Color #2b186e

%24.29
%13.56
%62.15

CMYK Percentages of Color #2b186e

%61
%78
%0
%57

Triadic Colors of #2b186e

#2b186e #6e2b18 #186e2b

Analogous Colors of #2b186e

#2b186e #56186e #18306e

Monochromatic Colors of #2b186e

#2b186e

Complementary Color

#2b186e #5b6e18

#2b186e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b186e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b186e Color CSS Codes

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

#2b186e Text Font Color

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

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


#2b186e Background Color

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

This div background color is #2b186e


#2b186e Border Color

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

This div border color is #2b186e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b186e


Comments

No comments written yet.

Please login to write comment.