Color Hex Logo

#300bae Color Hex

#300BAE
(48,11,174)
0 Favorites   0 Comments

Color spaces of #300bae

RGB 4811174
HSL0.700.880.36
HSV254°94°68°
CMYK 0.720.940.00   0.32
XYZ8.97863.923740.3285
Yxy3.92370.16870.0737
Hunter Lab19.808346.2448-106.8448
CIE-Lab23.417657.8126-75.6694

#300bae color RGB value is (48,11,174).

#300bae hex color red value is 48, green value is 11 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #300bae hue: 0.70 , saturation: 0.88 and the lightness value of 300bae is 0.36.

The process color (four color CMYK) of #300bae color hex is 0.72, 0.94, 0.00, 0.32. Web safe color of #300bae is #330099. Color #300bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001011 10101110
Octal 60 13 256
Decimal 48 11 174
Hex 30 B AE

RGB Percentages of Color #300bae

%20.60
%4.72
%74.68

CMYK Percentages of Color #300bae

%72
%94
%0
%32

Triadic Colors of #300bae

#300bae #ae300b #0bae30

Analogous Colors of #300bae

#300bae #820bae #0b38ae

Monochromatic Colors of #300bae

#300bae

Complementary Color

#300bae #89ae0b

#300bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#300bae Color CSS Codes

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

#300bae Text Font Color

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

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


#300bae Background Color

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

This div background color is #300bae


#300bae Border Color

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

This div border color is #300bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300bae


Comments

No comments written yet.

Please login to write comment.