Color Hex Logo

#302682 Color Hex

#302682
(48,38,130)
0 Favorites   0 Comments

Color spaces of #302682

RGB 4838130
HSL0.680.550.33
HSV247°71°51°
CMYK 0.630.710.00   0.49
XYZ5.94133.626321.5059
Yxy3.62630.19120.1167
Hunter Lab19.042822.3664-53.6287
CIE-Lab22.395432.9373-50.2751

#302682 color RGB value is (48,38,130).

#302682 hex color red value is 48, green value is 38 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #302682 hue: 0.68 , saturation: 0.55 and the lightness value of 302682 is 0.33.

The process color (four color CMYK) of #302682 color hex is 0.63, 0.71, 0.00, 0.49. Web safe color of #302682 is #333399. Color #302682 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00100110 10000010
Octal 60 46 202
Decimal 48 38 130
Hex 30 26 82

RGB Percentages of Color #302682

%22.22
%17.59
%60.19

CMYK Percentages of Color #302682

%63
%71
%0
%49

Triadic Colors of #302682

#302682 #823026 #268230

Analogous Colors of #302682

#302682 #5e2682 #264a82

Monochromatic Colors of #302682

#302682

Complementary Color

#302682 #788226

#302682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#302682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#302682 Color CSS Codes

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

#302682 Text Font Color

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

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


#302682 Background Color

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

This div background color is #302682


#302682 Border Color

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

This div border color is #302682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #302682


Comments

No comments written yet.

Please login to write comment.