Color Hex Logo

#2b117d Color Hex

#2B117D
(43,17,125)
0 Favorites   0 Comments

Color spaces of #2b117d

RGB 4317125
HSL0.710.760.28
HSV254°86°49°
CMYK 0.660.860.00   0.51
XYZ4.89842.395219.6062
Yxy2.39520.18210.0890
Hunter Lab15.476429.4127-64.2776
CIE-Lab17.437941.9408-55.2868

#2b117d color RGB value is (43,17,125).

#2b117d hex color red value is 43, green value is 17 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #2b117d hue: 0.71 , saturation: 0.76 and the lightness value of 2b117d is 0.28.

The process color (four color CMYK) of #2b117d color hex is 0.66, 0.86, 0.00, 0.51. Web safe color of #2b117d is #330066. Color #2b117d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 00010001 01111101
Octal 53 21 175
Decimal 43 17 125
Hex 2B 11 7D

RGB Percentages of Color #2b117d

%23.24
%9.19
%67.57

CMYK Percentages of Color #2b117d

%66
%86
%0
%51

Triadic Colors of #2b117d

#2b117d #7d2b11 #117d2b

Analogous Colors of #2b117d

#2b117d #61117d #112d7d

Monochromatic Colors of #2b117d

#2b117d

Complementary Color

#2b117d #637d11

#2b117d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b117d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b117d Color CSS Codes

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

#2b117d Text Font Color

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

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


#2b117d Background Color

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

This div background color is #2b117d


#2b117d Border Color

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

This div border color is #2b117d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b117d


Comments

No comments written yet.

Please login to write comment.