Color Hex Logo

#303876 Color Hex

#303876
(48,56,118)
0 Favorites   0 Comments

Color spaces of #303876

RGB 4856118
HSL0.650.420.33
HSV233°59°46°
CMYK 0.590.530.00   0.54
XYZ5.90314.764717.7481
Yxy4.76470.20770.1677
Hunter Lab21.828210.0733-32.9279
CIE-Lab26.053616.7430-36.7453

#303876 color RGB value is (48,56,118).

#303876 hex color red value is 48, green value is 56 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #303876 hue: 0.65 , saturation: 0.42 and the lightness value of 303876 is 0.33.

The process color (four color CMYK) of #303876 color hex is 0.59, 0.53, 0.00, 0.54. Web safe color of #303876 is #333366. Color #303876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111000 01110110
Octal 60 70 166
Decimal 48 56 118
Hex 30 38 76

RGB Percentages of Color #303876

%21.62
%25.23
%53.15

CMYK Percentages of Color #303876

%59
%53
%0
%54

Triadic Colors of #303876

#303876 #763038 #387630

Analogous Colors of #303876

#303876 #4b3076 #305b76

Monochromatic Colors of #303876

#303876

Complementary Color

#303876 #766e30

#303876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#303876 Color CSS Codes

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

#303876 Text Font Color

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

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


#303876 Background Color

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

This div background color is #303876


#303876 Border Color

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

This div border color is #303876


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,56,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 #303876">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303876

#303876 Color Palettes


Comments

No comments written yet.

Please login to write comment.