Color Hex Logo

#303fee Color Hex

#303FEE
(48,63,238)
0 Favorites   0 Comments

Color spaces of #303fee

RGB 4863238
HSL0.650.850.56
HSV235°80°93°
CMYK 0.800.740.00   0.07
XYZ18.429010.356481.9166
Yxy10.35640.16650.0936
Hunter Lab32.181445.9025-128.3938
CIE-Lab38.474654.5906-87.9788

#303fee color RGB value is (48,63,238).

#303fee hex color red value is 48, green value is 63 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #303fee hue: 0.65 , saturation: 0.85 and the lightness value of 303fee is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111111 11101110
Octal 60 77 356
Decimal 48 63 238
Hex 30 3F EE

RGB Percentages of Color #303fee

%13.75
%18.05
%68.19

CMYK Percentages of Color #303fee

%80
%74
%0
%7

Triadic Colors of #303fee

#303fee #ee303f #3fee30

Analogous Colors of #303fee

#303fee #8030ee #309eee

Monochromatic Colors of #303fee

#303fee

Complementary Color

#303fee #eedf30

#303fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#303fee Color CSS Codes

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

#303fee Text Font Color

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

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


#303fee Background Color

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

This div background color is #303fee


#303fee Border Color

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

This div border color is #303fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303fee


Comments

No comments written yet.

Please login to write comment.