Color Hex Logo

#301ae2 Color Hex

#301AE2
(48,26,226)
0 Favorites   0 Comments

Color spaces of #301ae2

RGB 4826226
HSL0.690.790.49
HSV247°88°89°
CMYK 0.790.880.00   0.11
XYZ15.31586.858272.4680
Yxy6.85820.16180.0725
Hunter Lab26.188258.5641-145.7358
CIE-Lab31.481967.4211-92.7539

#301ae2 color RGB value is (48,26,226).

#301ae2 hex color red value is 48, green value is 26 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #301ae2 hue: 0.69 , saturation: 0.79 and the lightness value of 301ae2 is 0.49.

The process color (four color CMYK) of #301ae2 color hex is 0.79, 0.88, 0.00, 0.11. Web safe color of #301ae2 is #3333cc. Color #301ae2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011010 11100010
Octal 60 32 342
Decimal 48 26 226
Hex 30 1A E2

RGB Percentages of Color #301ae2

%16.00
%8.67
%75.33

CMYK Percentages of Color #301ae2

%79
%88
%0
%11

Triadic Colors of #301ae2

#301ae2 #e2301a #1ae230

Analogous Colors of #301ae2

#301ae2 #941ae2 #1a68e2

Monochromatic Colors of #301ae2

#301ae2

Complementary Color

#301ae2 #cce21a

#301ae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301ae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301ae2 Color CSS Codes

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

#301ae2 Text Font Color

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

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


#301ae2 Background Color

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

This div background color is #301ae2


#301ae2 Border Color

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

This div border color is #301ae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301ae2


Comments

No comments written yet.

Please login to write comment.