Color Hex Logo

#303bef Color Hex

#303BEF
(48,59,239)
0 Favorites   0 Comments

Color spaces of #303bef

RGB 4859239
HSL0.660.860.56
HSV237°80°94°
CMYK 0.800.750.00   0.06
XYZ18.36299.988382.6215
Yxy9.98830.16550.0900
Hunter Lab31.604348.4056-132.8760
CIE-Lab37.821457.0598-89.6252

#303bef color RGB value is (48,59,239).

#303bef hex color red value is 48, green value is 59 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #303bef hue: 0.66 , saturation: 0.86 and the lightness value of 303bef is 0.56.

The process color (four color CMYK) of #303bef color hex is 0.80, 0.75, 0.00, 0.06. Web safe color of #303bef is #3333ff. Color #303bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111011 11101111
Octal 60 73 357
Decimal 48 59 239
Hex 30 3B EF

RGB Percentages of Color #303bef

%13.87
%17.05
%69.08

CMYK Percentages of Color #303bef

%80
%75
%0
%6

Triadic Colors of #303bef

#303bef #ef303b #3bef30

Analogous Colors of #303bef

#303bef #8530ef #309bef

Monochromatic Colors of #303bef

#303bef

Complementary Color

#303bef #efe430

#303bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#303bef Color CSS Codes

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

#303bef Text Font Color

<p style="color:#303bef">Text here</p>

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


#303bef Background Color

<div style="background-color:#303bef">
Div content here</div>

This div background color is #303bef


#303bef Border Color

<div style="border:3px solid #303bef">
Div here</div>

This div border color is #303bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303bef


Comments

No comments written yet.

Please login to write comment.