Color Hex Logo

#0e2bbc Color Hex

#0E2BBC
(14,43,188)
0 Favorites   0 Comments

Color spaces of #0e2bbc

RGB 1443188
HSL0.640.860.40
HSV230°93°74°
CMYK 0.930.770.00   0.26
XYZ10.12215.452048.0958
Yxy5.45200.15900.0856
Hunter Lab23.349536.5187-105.7821
CIE-Lab27.985547.4066-76.4789

#0e2bbc color RGB value is (14,43,188).

#0e2bbc hex color red value is 14, green value is 43 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0e2bbc hue: 0.64 , saturation: 0.86 and the lightness value of 0e2bbc is 0.40.

The process color (four color CMYK) of #0e2bbc color hex is 0.93, 0.77, 0.00, 0.26. Web safe color of #0e2bbc is #0033cc. Color #0e2bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00101011 10111100
Octal 16 53 274
Decimal 14 43 188
Hex E 2B BC

RGB Percentages of Color #0e2bbc

%5.71
%17.55
%76.73

CMYK Percentages of Color #0e2bbc

%93
%77
%0
%26

Triadic Colors of #0e2bbc

#0e2bbc #bc0e2b #2bbc0e

Analogous Colors of #0e2bbc

#0e2bbc #480ebc #0e82bc

Monochromatic Colors of #0e2bbc

#0e2bbc

Complementary Color

#0e2bbc #bc9f0e

#0e2bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e2bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e2bbc Color CSS Codes

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

#0e2bbc Text Font Color

<p style="color:#0e2bbc">Text here</p>

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


#0e2bbc Background Color

<div style="background-color:#0e2bbc">
Div content here</div>

This div background color is #0e2bbc


#0e2bbc Border Color

<div style="border:3px solid #0e2bbc">
Div here</div>

This div border color is #0e2bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e2bbc


Comments

No comments written yet.

Please login to write comment.