Color Hex Logo

#300585 Color Hex

#300585
(48,5,133)
0 Favorites   0 Comments

Color spaces of #300585

RGB 485133
HSL0.720.930.27
HSV260°96°52°
CMYK 0.640.960.00   0.48
XYZ5.50682.430422.3692
Yxy2.43040.18170.0802
Hunter Lab15.589735.7699-74.1604
CIE-Lab17.600948.6431-60.0796

#300585 color RGB value is (48,5,133).

#300585 hex color red value is 48, green value is 5 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #300585 hue: 0.72 , saturation: 0.93 and the lightness value of 300585 is 0.27.

The process color (four color CMYK) of #300585 color hex is 0.64, 0.96, 0.00, 0.48. Web safe color of #300585 is #330099. Color #300585 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000101 10000101
Octal 60 5 205
Decimal 48 5 133
Hex 30 5 85

RGB Percentages of Color #300585

%25.81
%2.69
%71.51

CMYK Percentages of Color #300585

%64
%96
%0
%48

Triadic Colors of #300585

#300585 #853005 #058530

Analogous Colors of #300585

#300585 #700585 #051a85

Monochromatic Colors of #300585

#300585

Complementary Color

#300585 #5a8505

#300585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300585 Color CSS Codes

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

#300585 Text Font Color

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

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


#300585 Background Color

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

This div background color is #300585


#300585 Border Color

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

This div border color is #300585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300585


Comments

No comments written yet.

Please login to write comment.