Color Hex Logo

#300baf Color Hex

#300BAF
(48,11,175)
0 Favorites   0 Comments

Color spaces of #300baf

RGB 4811175
HSL0.700.880.36
HSV254°94°69°
CMYK 0.730.940.00   0.31
XYZ9.07653.962940.8440
Yxy3.96290.16840.0735
Hunter Lab19.907046.5488-107.7126
CIE-Lab23.548458.0733-76.0532

#300baf color RGB value is (48,11,175).

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

The process color (four color CMYK) of #300baf color hex is 0.73, 0.94, 0.00, 0.31. Web safe color of #300baf is #330099. Color #300baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001011 10101111
Octal 60 13 257
Decimal 48 11 175
Hex 30 B AF

RGB Percentages of Color #300baf

%20.51
%4.70
%74.79

CMYK Percentages of Color #300baf

%73
%94
%0
%31

Triadic Colors of #300baf

#300baf #af300b #0baf30

Analogous Colors of #300baf

#300baf #820baf #0b38af

Monochromatic Colors of #300baf

#300baf

Complementary Color

#300baf #8aaf0b

#300baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#300baf Color CSS Codes

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

#300baf Text Font Color

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

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


#300baf Background Color

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

This div background color is #300baf


#300baf Border Color

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

This div border color is #300baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300baf


Comments

No comments written yet.

Please login to write comment.