Color Hex Logo

#300aef Color Hex

#300AEF
(48,10,239)
0 Favorites   0 Comments

Color spaces of #300aef

RGB 4810239
HSL0.690.920.49
HSV250°96°94°
CMYK 0.800.960.00   0.06
XYZ16.90757.077582.1363
Yxy7.07750.15930.0667
Hunter Lab26.603666.8867-164.4304
CIE-Lab31.982774.3791-99.3342

#300aef color RGB value is (48,10,239).

#300aef hex color red value is 48, green value is 10 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #300aef hue: 0.69 , saturation: 0.92 and the lightness value of 300aef is 0.49.

The process color (four color CMYK) of #300aef color hex is 0.80, 0.96, 0.00, 0.06. Web safe color of #300aef is #3300ff. Color #300aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001010 11101111
Octal 60 12 357
Decimal 48 10 239
Hex 30 A EF

RGB Percentages of Color #300aef

%16.16
%3.37
%80.47

CMYK Percentages of Color #300aef

%80
%96
%0
%6

Triadic Colors of #300aef

#300aef #ef300a #0aef30

Analogous Colors of #300aef

#300aef #a30aef #0a57ef

Monochromatic Colors of #300aef

#300aef

Complementary Color

#300aef #c9ef0a

#300aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#300aef Color CSS Codes

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

#300aef Text Font Color

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

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


#300aef Background Color

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

This div background color is #300aef


#300aef Border Color

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

This div border color is #300aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,10,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #300aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #300aef;
  -webkit-box-shadow: 1px 1px 3px 2px #300aef;
  box-shadow:         1px 1px 3px 2px #300aef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300aef


Comments

No comments written yet.

Please login to write comment.