Color Hex Logo

#2b004e Color Hex

#2B004E
(43,0,78)
0 Favorites   0 Comments

Color spaces of #2b004e

RGB 43078
HSL0.761.000.15
HSV273°100°31°
CMYK 0.451.000.00   0.69
XYZ2.37141.06367.2880
Yxy1.06360.22120.0992
Hunter Lab10.313122.9965-34.6795
CIE-Lab9.510436.1442-37.2209

#2b004e color RGB value is (43,0,78).

#2b004e hex color red value is 43, green value is 0 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #2b004e hue: 0.76 , saturation: 1.00 and the lightness value of 2b004e is 0.15.

The process color (four color CMYK) of #2b004e color hex is 0.45, 1.00, 0.00, 0.69. Web safe color of #2b004e is #330066. Color #2b004e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 00000000 01001110
Octal 53 0 116
Decimal 43 0 78
Hex 2B 0 4E

RGB Percentages of Color #2b004e

%35.54
%0.00
%64.46

CMYK Percentages of Color #2b004e

%45
%100
%0
%69

Triadic Colors of #2b004e

#2b004e #4e2b00 #004e2b

Analogous Colors of #2b004e

#2b004e #4e004a #04004e

Monochromatic Colors of #2b004e

#2b004e

Complementary Color

#2b004e #234e00

#2b004e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b004e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b004e Color CSS Codes

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

#2b004e Text Font Color

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

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


#2b004e Background Color

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

This div background color is #2b004e


#2b004e Border Color

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

This div border color is #2b004e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b004e


Comments

No comments written yet.

Please login to write comment.