Color Hex Logo

#0388eb Color Hex

#0388EB
(3,136,235)
0 Favorites   0 Comments

Color spaces of #0388eb

RGB 3136235
HSL0.570.970.47
HSV206°99°92°
CMYK 0.990.420.00   0.08
XYZ23.837123.625881.9012
Yxy23.62580.18430.1826
Hunter Lab48.60642.4772-65.8785
CIE-Lab55.71126.2130-58.2492

#0388eb color RGB value is (3,136,235).

#0388eb hex color red value is 3, green value is 136 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0388eb hue: 0.57 , saturation: 0.97 and the lightness value of 0388eb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001000 11101011
Octal 3 210 353
Decimal 3 136 235
Hex 3 88 EB

RGB Percentages of Color #0388eb

%0.80
%36.36
%62.83

CMYK Percentages of Color #0388eb

%99
%42
%0
%8

Triadic Colors of #0388eb

#0388eb #eb0388 #88eb03

Analogous Colors of #0388eb

#0388eb #0314eb #03ebda

Monochromatic Colors of #0388eb

#0388eb

Complementary Color

#0388eb #eb6603

#0388eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0388eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0388eb Color CSS Codes

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

#0388eb Text Font Color

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

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


#0388eb Background Color

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

This div background color is #0388eb


#0388eb Border Color

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

This div border color is #0388eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0388eb


Comments

No comments written yet.

Please login to write comment.