Color Hex Logo

#3008eb Color Hex

#3008EB
(48,8,235)
0 Favorites   0 Comments

Color spaces of #3008eb

RGB 488235
HSL0.700.930.48
HSV251°97°92°
CMYK 0.800.970.00   0.08
XYZ16.30126.800279.0507
Yxy6.80020.15960.0666
Hunter Lab26.077265.9476-161.4783
CIE-Lab31.347773.7141-98.1201

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001000 11101011
Octal 60 10 353
Decimal 48 8 235
Hex 30 8 EB

RGB Percentages of Color #3008eb

%16.49
%2.75
%80.76

CMYK Percentages of Color #3008eb

%80
%97
%0
%8

Triadic Colors of #3008eb

#3008eb #eb3008 #08eb30

Analogous Colors of #3008eb

#3008eb #a208eb #0851eb

Monochromatic Colors of #3008eb

#3008eb

Complementary Color

#3008eb #c3eb08

#3008eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3008eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3008eb Color CSS Codes

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

#3008eb Text Font Color

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

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


#3008eb Background Color

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

This div background color is #3008eb


#3008eb Border Color

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

This div border color is #3008eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3008eb


Comments

No comments written yet.

Please login to write comment.