Color Hex Logo

#301189 Color Hex

#301189
(48,17,137)
0 Favorites   0 Comments

Color spaces of #301189

RGB 4817137
HSL0.710.780.30
HSV256°88°54°
CMYK 0.650.880.00   0.46
XYZ5.93472.835423.9014
Yxy2.83540.18160.0868
Hunter Lab16.838633.4438-72.3714
CIE-Lab19.372345.8946-59.6607

#301189 color RGB value is (48,17,137).

#301189 hex color red value is 48, green value is 17 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #301189 hue: 0.71 , saturation: 0.78 and the lightness value of 301189 is 0.30.

The process color (four color CMYK) of #301189 color hex is 0.65, 0.88, 0.00, 0.46. Web safe color of #301189 is #330099. Color #301189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010001 10001001
Octal 60 21 211
Decimal 48 17 137
Hex 30 11 89

RGB Percentages of Color #301189

%23.76
%8.42
%67.82

CMYK Percentages of Color #301189

%65
%88
%0
%46

Triadic Colors of #301189

#301189 #893011 #118930

Analogous Colors of #301189

#301189 #6c1189 #112e89

Monochromatic Colors of #301189

#301189

Complementary Color

#301189 #6a8911

#301189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301189 Color CSS Codes

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

#301189 Text Font Color

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

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


#301189 Background Color

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

This div background color is #301189


#301189 Border Color

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

This div border color is #301189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301189


Comments

No comments written yet.

Please login to write comment.