Color Hex Logo

#300cff Color Hex

#300CFF
(48,12,255)
0 Favorites   0 Comments

Color spaces of #300cff

RGB 4812255
HSL0.691.000.52
HSV249°95°100°
CMYK 0.810.950.00   0.00
XYZ19.40048.111395.1509
Yxy8.11130.15820.0661
Hunter Lab28.480371.7510-178.1476
CIE-Lab34.213677.9550-104.6364

#300cff color RGB value is (48,12,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001100 11111111
Octal 60 14 377
Decimal 48 12 255
Hex 30 C FF

RGB Percentages of Color #300cff

%15.24
%3.81
%80.95

CMYK Percentages of Color #300cff

%81
%95
%0
%0

Triadic Colors of #300cff

#300cff #ff300c #0cff30

Analogous Colors of #300cff

#300cff #aa0cff #0c61ff

Monochromatic Colors of #300cff

#300cff

Complementary Color

#300cff #dbff0c

#300cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#300cff Color CSS Codes

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

#300cff Text Font Color

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

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


#300cff Background Color

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

This div background color is #300cff


#300cff Border Color

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

This div border color is #300cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300cff

Related Colors


Comments

No comments written yet.

Please login to write comment.