Color Hex Logo

#301776 Color Hex

#301776
(48,23,118)
0 Favorites   0 Comments

Color spaces of #301776

RGB 4823118
HSL0.710.670.28
HSV256°81°46°
CMYK 0.590.810.00   0.54
XYZ4.79532.549217.3788
Yxy2.54920.19400.1031
Hunter Lab15.966225.6699-53.3592
CIE-Lab18.139737.6011-49.6269

#301776 color RGB value is (48,23,118).

#301776 hex color red value is 48, green value is 23 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #301776 hue: 0.71 , saturation: 0.67 and the lightness value of 301776 is 0.28.

The process color (four color CMYK) of #301776 color hex is 0.59, 0.81, 0.00, 0.54. Web safe color of #301776 is #330066. Color #301776 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010111 01110110
Octal 60 27 166
Decimal 48 23 118
Hex 30 17 76

RGB Percentages of Color #301776

%25.40
%12.17
%62.43

CMYK Percentages of Color #301776

%59
%81
%0
%54

Triadic Colors of #301776

#301776 #763017 #177630

Analogous Colors of #301776

#301776 #601776 #172e76

Monochromatic Colors of #301776

#301776

Complementary Color

#301776 #5d7617

#301776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301776 Color CSS Codes

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

#301776 Text Font Color

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

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


#301776 Background Color

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

This div background color is #301776


#301776 Border Color

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

This div border color is #301776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301776


Comments

No comments written yet.

Please login to write comment.