Color Hex Logo

#0e3ccb Color Hex

#0E3CCB
(14,60,203)
0 Favorites   0 Comments

Color spaces of #0e3ccb

RGB 1460203
HSL0.630.870.43
HSV225°93°80°
CMYK 0.930.700.00   0.20
XYZ12.57657.636957.3111
Yxy7.63690.16220.0985
Hunter Lab27.634932.8732-103.6149
CIE-Lab33.214942.6535-76.6282

#0e3ccb color RGB value is (14,60,203).

#0e3ccb hex color red value is 14, green value is 60 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0e3ccb hue: 0.63 , saturation: 0.87 and the lightness value of 0e3ccb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 00111100 11001011
Octal 16 74 313
Decimal 14 60 203
Hex E 3C CB

RGB Percentages of Color #0e3ccb

%5.05
%21.66
%73.29

CMYK Percentages of Color #0e3ccb

%93
%70
%0
%20

Triadic Colors of #0e3ccb

#0e3ccb #cb0e3c #3ccb0e

Analogous Colors of #0e3ccb

#0e3ccb #3e0ecb #0e9bcb

Monochromatic Colors of #0e3ccb

#0e3ccb

Complementary Color

#0e3ccb #cb9d0e

#0e3ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e3ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e3ccb Color CSS Codes

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

#0e3ccb Text Font Color

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

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


#0e3ccb Background Color

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

This div background color is #0e3ccb


#0e3ccb Border Color

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

This div border color is #0e3ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e3ccb


Comments

No comments written yet.

Please login to write comment.