Color Hex Logo

#303dee Color Hex

#303DEE
(48,61,238)
0 Favorites   0 Comments

Color spaces of #303dee

RGB 4861238
HSL0.660.850.56
HSV236°80°93°
CMYK 0.800.740.00   0.07
XYZ18.320310.138981.8803
Yxy10.13890.16600.0919
Hunter Lab31.841646.9783-130.1742
CIE-Lab38.090655.6759-88.6140

#303dee color RGB value is (48,61,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111101 11101110
Octal 60 75 356
Decimal 48 61 238
Hex 30 3D EE

RGB Percentages of Color #303dee

%13.83
%17.58
%68.59

CMYK Percentages of Color #303dee

%80
%74
%0
%7

Triadic Colors of #303dee

#303dee #ee303d #3dee30

Analogous Colors of #303dee

#303dee #8230ee #309cee

Monochromatic Colors of #303dee

#303dee

Complementary Color

#303dee #eee130

#303dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#303dee Color CSS Codes

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

#303dee Text Font Color

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

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


#303dee Background Color

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

This div background color is #303dee


#303dee Border Color

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

This div border color is #303dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303dee


Comments

No comments written yet.

Please login to write comment.