Color Hex Logo

#301eba Color Hex

#301EBA
(48,30,186)
0 Favorites   0 Comments

Color spaces of #301eba

RGB 4830186
HSL0.690.720.42
HSV247°84°73°
CMYK 0.740.840.00   0.27
XYZ10.54615.102146.8833
Yxy5.10210.16870.0816
Hunter Lab22.587843.8117-107.2509
CIE-Lab27.023754.8166-76.8464

#301eba color RGB value is (48,30,186).

#301eba hex color red value is 48, green value is 30 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #301eba hue: 0.69 , saturation: 0.72 and the lightness value of 301eba is 0.42.

The process color (four color CMYK) of #301eba color hex is 0.74, 0.84, 0.00, 0.27. Web safe color of #301eba is #3333cc. Color #301eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011110 10111010
Octal 60 36 272
Decimal 48 30 186
Hex 30 1E BA

RGB Percentages of Color #301eba

%18.18
%11.36
%70.45

CMYK Percentages of Color #301eba

%74
%84
%0
%27

Triadic Colors of #301eba

#301eba #ba301e #1eba30

Analogous Colors of #301eba

#301eba #7e1eba #1e5aba

Monochromatic Colors of #301eba

#301eba

Complementary Color

#301eba #a8ba1e

#301eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#301eba Color CSS Codes

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

#301eba Text Font Color

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

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


#301eba Background Color

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

This div background color is #301eba


#301eba Border Color

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

This div border color is #301eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,30,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #301eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #301eba;
  -webkit-box-shadow: 1px 1px 3px 2px #301eba;
  box-shadow:         1px 1px 3px 2px #301eba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301eba


Comments

No comments written yet.

Please login to write comment.