Color Hex Logo

#300faf Color Hex

#300FAF
(48,15,175)
0 Favorites   0 Comments

Color spaces of #300faf

RGB 4815175
HSL0.700.840.37
HSV252°91°69°
CMYK 0.730.910.00   0.31
XYZ9.12764.065240.8610
Yxy4.06520.16890.0752
Hunter Lab20.162345.5238-106.0435
CIE-Lab23.885857.0470-75.4915

#300faf color RGB value is (48,15,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001111 10101111
Octal 60 17 257
Decimal 48 15 175
Hex 30 F AF

RGB Percentages of Color #300faf

%20.17
%6.30
%73.53

CMYK Percentages of Color #300faf

%73
%91
%0
%31

Triadic Colors of #300faf

#300faf #af300f #0faf30

Analogous Colors of #300faf

#300faf #800faf #0f3eaf

Monochromatic Colors of #300faf

#300faf

Complementary Color

#300faf #8eaf0f

#300faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#300faf Color CSS Codes

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

#300faf Text Font Color

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

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


#300faf Background Color

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

This div background color is #300faf


#300faf Border Color

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

This div border color is #300faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300faf


Comments

No comments written yet.

Please login to write comment.