Color Hex Logo

#0102eb Color Hex

#0102EB
(1,2,235)
0 Favorites   0 Comments

Color spaces of #0102eb

RGB 12235
HSL0.670.990.46
HSV240°100°92°
CMYK 1.000.990.00   0.08
XYZ15.02966.048078.9725
Yxy6.04800.15020.0604
Hunter Lab24.592766.0515-173.1783
CIE-Lab29.533274.1151-101.1891

#0102eb color RGB value is (1,2,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000010 11101011
Octal 1 2 353
Decimal 1 2 235
Hex 1 2 EB

RGB Percentages of Color #0102eb

%0.42
%0.84
%98.74

CMYK Percentages of Color #0102eb

%100
%99
%0
%8

Triadic Colors of #0102eb

#0102eb #eb0102 #02eb01

Analogous Colors of #0102eb

#0102eb #7501eb #0177eb

Monochromatic Colors of #0102eb

#0102eb

Complementary Color

#0102eb #ebea01

#0102eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0102eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0102eb Color CSS Codes

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

#0102eb Text Font Color

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

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


#0102eb Background Color

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

This div background color is #0102eb


#0102eb Border Color

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

This div border color is #0102eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,2,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 #0102eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0102eb


Comments

No comments written yet.

Please login to write comment.