Color Hex Logo

#300cef Color Hex

#300CEF
(48,12,239)
0 Favorites   0 Comments

Color spaces of #300cef

RGB 4812239
HSL0.690.900.49
HSV250°95°94°
CMYK 0.800.950.00   0.06
XYZ16.93047.123382.1440
Yxy7.12330.15940.0671
Hunter Lab26.689566.5242-163.7979
CIE-Lab32.086074.0609-99.1618

#300cef color RGB value is (48,12,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001100 11101111
Octal 60 14 357
Decimal 48 12 239
Hex 30 C EF

RGB Percentages of Color #300cef

%16.05
%4.01
%79.93

CMYK Percentages of Color #300cef

%80
%95
%0
%6

Triadic Colors of #300cef

#300cef #ef300c #0cef30

Analogous Colors of #300cef

#300cef #a20cef #0c59ef

Monochromatic Colors of #300cef

#300cef

Complementary Color

#300cef #cbef0c

#300cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#300cef Color CSS Codes

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

#300cef Text Font Color

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

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


#300cef Background Color

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

This div background color is #300cef


#300cef Border Color

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

This div border color is #300cef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,12,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 #300cef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300cef


Comments

No comments written yet.

Please login to write comment.