color codes Logo

#0020eb color codes

#0020EB
(0,32,235)
0 Favorites   0 Comments

Color spaces of #0020eb

RGB 032235
HSL0.641.000.46
HSV232°100°92°
CMYK 1.000.860.00   0.08
XYZ15.51197.031279.1368
Yxy7.03120.15260.0692
Hunter Lab26.516458.0174-158.3863
CIE-Lab31.877866.8708-97.2712

#0020eb color RGB value is (0,32,235).

#0020eb hex color red value is 0, green value is 32 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0020eb hue: 0.64 , saturation: 1.00 and the lightness value of 0020eb is 0.46.

The process color (four color CMYK) of #0020eb color code is 1.00, 0.86, 0.00, 0.08. Web safe color of #0020eb is #0033ff. Color #0020eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100000 11101011
Octal 0 40 353
Decimal 0 32 235
Hex 0 20 EB

RGB Percentages of Color #0020eb

%0.00
%11.99
%88.01

CMYK Percentages of Color #0020eb

%100
%86
%0
%8

Triadic Colors of #0020eb

#0020eb #eb0020 #20eb00

Analogous Colors of #0020eb

#0020eb #5600eb #0096eb

Monochromatic Colors of #0020eb

#0020eb

Complementary Color

#0020eb #ebcb00

#0020eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0020eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0020eb Color CSS Codes

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

#0020eb Text Font Color

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

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


#0020eb Background Color

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

This div background color is #0020eb


#0020eb Border Color

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

This div border color is #0020eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0020eb


Comments

No comments written yet.

Please login to write comment.