Color Hex Logo

#2b208c Color Hex

#2B208C
(43,32,140)
0 Favorites   0 Comments

Color spaces of #2b208c

RGB 4332140
HSL0.680.630.34
HSV246°77°55°
CMYK 0.690.770.00   0.45
XYZ6.24643.440125.1457
Yxy3.44010.17930.0988
Hunter Lab18.547527.6568-67.3989
CIE-Lab21.726739.1600-57.6597

#2b208c color RGB value is (43,32,140).

#2b208c hex color red value is 43, green value is 32 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #2b208c hue: 0.68 , saturation: 0.63 and the lightness value of 2b208c is 0.34.

The process color (four color CMYK) of #2b208c color hex is 0.69, 0.77, 0.00, 0.45. Web safe color of #2b208c is #333399. Color #2b208c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 00100000 10001100
Octal 53 40 214
Decimal 43 32 140
Hex 2B 20 8C

RGB Percentages of Color #2b208c

%20.00
%14.88
%65.12

CMYK Percentages of Color #2b208c

%69
%77
%0
%45

Triadic Colors of #2b208c

#2b208c #8c2b20 #208c2b

Analogous Colors of #2b208c

#2b208c #61208c #204b8c

Monochromatic Colors of #2b208c

#2b208c

Complementary Color

#2b208c #818c20

#2b208c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b208c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b208c Color CSS Codes

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

#2b208c Text Font Color

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

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


#2b208c Background Color

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

This div background color is #2b208c


#2b208c Border Color

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

This div border color is #2b208c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b208c


Comments

No comments written yet.

Please login to write comment.