Color Hex Logo

#2b309d Color Hex

#2B309D
(43,48,157)
0 Favorites   0 Comments

Color spaces of #2b309d

RGB 4348157
HSL0.660.570.39
HSV237°73°62°
CMYK 0.730.690.00   0.38
XYZ8.13905.061832.4463
Yxy5.06180.17830.1109
Hunter Lab22.498425.2016-69.7566
CIE-Lab26.910135.4270-59.6043

#2b309d color RGB value is (43,48,157).

#2b309d hex color red value is 43, green value is 48 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #2b309d hue: 0.66 , saturation: 0.57 and the lightness value of 2b309d is 0.39.

The process color (four color CMYK) of #2b309d color hex is 0.73, 0.69, 0.00, 0.38. Web safe color of #2b309d is #333399. Color #2b309d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 00110000 10011101
Octal 53 60 235
Decimal 43 48 157
Hex 2B 30 9D

RGB Percentages of Color #2b309d

%17.34
%19.35
%63.31

CMYK Percentages of Color #2b309d

%73
%69
%0
%38

Triadic Colors of #2b309d

#2b309d #9d2b30 #309d2b

Analogous Colors of #2b309d

#2b309d #5f2b9d #2b699d

Monochromatic Colors of #2b309d

#2b309d

Complementary Color

#2b309d #9d982b

#2b309d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b309d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b309d Color CSS Codes

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

#2b309d Text Font Color

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

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


#2b309d Background Color

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

This div background color is #2b309d


#2b309d Border Color

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

This div border color is #2b309d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b309d


Comments

No comments written yet.

Please login to write comment.