Color Hex Logo

#0214eb Color Hex

#0214EB
(2,20,235)
0 Favorites   0 Comments

Color spaces of #0214eb

RGB 220235
HSL0.650.980.46
HSV235°99°92°
CMYK 0.990.910.00   0.08
XYZ15.27066.511479.0492
Yxy6.51140.15140.0646
Hunter Lab25.517462.1656-165.8093
CIE-Lab30.667770.6628-99.2914

#0214eb color RGB value is (2,20,235).

#0214eb hex color red value is 2, green value is 20 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0214eb hue: 0.65 , saturation: 0.98 and the lightness value of 0214eb is 0.46.

The process color (four color CMYK) of #0214eb color hex is 0.99, 0.91, 0.00, 0.08. Web safe color of #0214eb is #0000ff. Color #0214eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00010100 11101011
Octal 2 24 353
Decimal 2 20 235
Hex 2 14 EB

RGB Percentages of Color #0214eb

%0.78
%7.78
%91.44

CMYK Percentages of Color #0214eb

%99
%91
%0
%8

Triadic Colors of #0214eb

#0214eb #eb0214 #14eb02

Analogous Colors of #0214eb

#0214eb #6502eb #0289eb

Monochromatic Colors of #0214eb

#0214eb

Complementary Color

#0214eb #ebd902

#0214eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0214eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0214eb Color CSS Codes

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

#0214eb Text Font Color

<p style="color:#0214eb">Text here</p>

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


#0214eb Background Color

<div style="background-color:#0214eb">
Div content here</div>

This div background color is #0214eb


#0214eb Border Color

<div style="border:3px solid #0214eb">
Div here</div>

This div border color is #0214eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,20,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0214eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0214eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0214eb;
  box-shadow:         1px 1px 3px 2px #0214eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0214eb


Comments

No comments written yet.

Please login to write comment.