Color Hex Logo

#300f90 Color Hex

#300F90
(48,15,144)
0 Favorites   0 Comments

Color spaces of #300f90

RGB 4815144
HSL0.710.810.31
HSV255°90°56°
CMYK 0.670.900.00   0.44
XYZ6.42382.983626.6229
Yxy2.98360.17830.0828
Hunter Lab17.273136.1555-79.2921
CIE-Lab19.978148.5892-63.0317

#300f90 color RGB value is (48,15,144).

#300f90 hex color red value is 48, green value is 15 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #300f90 hue: 0.71 , saturation: 0.81 and the lightness value of 300f90 is 0.31.

The process color (four color CMYK) of #300f90 color hex is 0.67, 0.90, 0.00, 0.44. Web safe color of #300f90 is #330099. Color #300f90 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001111 10010000
Octal 60 17 220
Decimal 48 15 144
Hex 30 F 90

RGB Percentages of Color #300f90

%23.19
%7.25
%69.57

CMYK Percentages of Color #300f90

%67
%90
%0
%44

Triadic Colors of #300f90

#300f90 #90300f #0f9030

Analogous Colors of #300f90

#300f90 #710f90 #0f2f90

Monochromatic Colors of #300f90

#300f90

Complementary Color

#300f90 #6f900f

#300f90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300f90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300f90 Color CSS Codes

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

#300f90 Text Font Color

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

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


#300f90 Background Color

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

This div background color is #300f90


#300f90 Border Color

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

This div border color is #300f90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300f90


Comments

No comments written yet.

Please login to write comment.