Color Hex Logo

#300bea Color Hex

#300BEA
(48,11,234)
0 Favorites   0 Comments

Color spaces of #300bea

RGB 4811234
HSL0.690.910.48
HSV250°95°92°
CMYK 0.790.950.00   0.08
XYZ16.18996.808278.3027
Yxy6.80820.15980.0672
Hunter Lab26.092565.0938-159.6623
CIE-Lab31.366273.0004-97.5193

#300bea color RGB value is (48,11,234).

#300bea hex color red value is 48, green value is 11 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #300bea hue: 0.69 , saturation: 0.91 and the lightness value of 300bea is 0.48.

The process color (four color CMYK) of #300bea color hex is 0.79, 0.95, 0.00, 0.08. Web safe color of #300bea is #3300ff. Color #300bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001011 11101010
Octal 60 13 352
Decimal 48 11 234
Hex 30 B EA

RGB Percentages of Color #300bea

%16.38
%3.75
%79.86

CMYK Percentages of Color #300bea

%79
%95
%0
%8

Triadic Colors of #300bea

#300bea #ea300b #0bea30

Analogous Colors of #300bea

#300bea #a00bea #0b55ea

Monochromatic Colors of #300bea

#300bea

Complementary Color

#300bea #c5ea0b

#300bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#300bea Color CSS Codes

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

#300bea Text Font Color

<p style="color:#300bea">Text here</p>

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


#300bea Background Color

<div style="background-color:#300bea">
Div content here</div>

This div background color is #300bea


#300bea Border Color

<div style="border:3px solid #300bea">
Div here</div>

This div border color is #300bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,11,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #300bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #300bea;
  -webkit-box-shadow: 1px 1px 3px 2px #300bea;
  box-shadow:         1px 1px 3px 2px #300bea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,11,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #300bea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300bea


Comments

No comments written yet.

Please login to write comment.