Color Hex Logo

#301ebc Color Hex

#301EBC
(48,30,188)
0 Favorites   0 Comments

Color spaces of #301ebc

RGB 4830188
HSL0.690.720.43
HSV247°84°74°
CMYK 0.740.840.00   0.26
XYZ10.76035.187848.0112
Yxy5.18780.16820.0811
Hunter Lab22.776744.4685-109.0339
CIE-Lab27.263255.3998-77.6349

#301ebc color RGB value is (48,30,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011110 10111100
Octal 60 36 274
Decimal 48 30 188
Hex 30 1E BC

RGB Percentages of Color #301ebc

%18.05
%11.28
%70.68

CMYK Percentages of Color #301ebc

%74
%84
%0
%26

Triadic Colors of #301ebc

#301ebc #bc301e #1ebc30

Analogous Colors of #301ebc

#301ebc #7f1ebc #1e5bbc

Monochromatic Colors of #301ebc

#301ebc

Complementary Color

#301ebc #aabc1e

#301ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#301ebc Color CSS Codes

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

#301ebc Text Font Color

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

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


#301ebc Background Color

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

This div background color is #301ebc


#301ebc Border Color

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

This div border color is #301ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301ebc


Comments

No comments written yet.

Please login to write comment.