Color Hex Logo

#300656 Color Hex

#300656
(48,6,86)
0 Favorites   0 Comments

Color spaces of #300656

RGB 48686
HSL0.750.870.18
HSV272°93°34°
CMYK 0.440.930.00   0.66
XYZ2.96381.43058.9240
Yxy1.43050.22250.1074
Hunter Lab11.960423.3021-35.8659
CIE-Lab12.159236.0007-38.3250

#300656 color RGB value is (48,6,86).

#300656 hex color red value is 48, green value is 6 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #300656 hue: 0.75 , saturation: 0.87 and the lightness value of 300656 is 0.18.

The process color (four color CMYK) of #300656 color hex is 0.44, 0.93, 0.00, 0.66. Web safe color of #300656 is #330066. Color #300656 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000110 01010110
Octal 60 6 126
Decimal 48 6 86
Hex 30 6 56

RGB Percentages of Color #300656

%34.29
%4.29
%61.43

CMYK Percentages of Color #300656

%44
%93
%0
%66

Triadic Colors of #300656

#300656 #563006 #065630

Analogous Colors of #300656

#300656 #560654 #080656

Monochromatic Colors of #300656

#300656

Complementary Color

#300656 #2c5606

#300656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300656 Color CSS Codes

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

#300656 Text Font Color

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

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


#300656 Background Color

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

This div background color is #300656


#300656 Border Color

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

This div border color is #300656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300656


Comments

No comments written yet.

Please login to write comment.