Color Hex Logo

#300065 Color Hex

#300065
(48,0,101)
0 Favorites   0 Comments

Color spaces of #300065

RGB 480101
HSL0.751.000.20
HSV269°100°40°
CMYK 0.521.000.00   0.60
XYZ3.56791.568012.4265
Yxy1.56800.20320.0893
Hunter Lab12.522028.9467-50.0725
CIE-Lab13.034042.2687-46.9536

#300065 color RGB value is (48,0,101).

#300065 hex color red value is 48, green value is 0 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #300065 hue: 0.75 , saturation: 1.00 and the lightness value of 300065 is 0.20.

The process color (four color CMYK) of #300065 color hex is 0.52, 1.00, 0.00, 0.60. Web safe color of #300065 is #330066. Color #300065 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000000 01100101
Octal 60 0 145
Decimal 48 0 101
Hex 30 0 65

RGB Percentages of Color #300065

%32.21
%0.00
%67.79

CMYK Percentages of Color #300065

%52
%100
%0
%60

Triadic Colors of #300065

#300065 #653000 #006530

Analogous Colors of #300065

#300065 #630065 #000265

Monochromatic Colors of #300065

#300065

Complementary Color

#300065 #356500

#300065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300065 Color CSS Codes

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

#300065 Text Font Color

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

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


#300065 Background Color

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

This div background color is #300065


#300065 Border Color

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

This div border color is #300065


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,0,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #300065; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #300065;
  -webkit-box-shadow: 1px 1px 3px 2px #300065;
  box-shadow:         1px 1px 3px 2px #300065; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300065


Comments

No comments written yet.

Please login to write comment.