Color Hex Logo

#0808eb Color Hex

#0808EB
(8,8,235)
0 Favorites   0 Comments

Color spaces of #0808eb

RGB 88235
HSL0.670.930.48
HSV240°97°92°
CMYK 0.970.970.00   0.08
XYZ15.18246.223478.9983
Yxy6.22340.15120.0620
Hunter Lab24.946764.9770-170.2896
CIE-Lab29.969273.1490-100.4570

#0808eb color RGB value is (8,8,235).

#0808eb hex color red value is 8, green value is 8 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0808eb hue: 0.67 , saturation: 0.93 and the lightness value of 0808eb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001000 11101011
Octal 10 10 353
Decimal 8 8 235
Hex 8 8 EB

RGB Percentages of Color #0808eb

%3.19
%3.19
%93.63

CMYK Percentages of Color #0808eb

%97
%97
%0
%8

Triadic Colors of #0808eb

#0808eb #eb0808 #08eb08

Analogous Colors of #0808eb

#0808eb #7a08eb #087aeb

Monochromatic Colors of #0808eb

#0808eb

Complementary Color

#0808eb #ebeb08

#0808eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0808eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0808eb Color CSS Codes

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

#0808eb Text Font Color

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

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


#0808eb Background Color

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

This div background color is #0808eb


#0808eb Border Color

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

This div border color is #0808eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0808eb


Comments

No comments written yet.

Please login to write comment.