Color Hex Logo

#303cfd Color Hex

#303CFD
(48,60,253)
0 Favorites   0 Comments

Color spaces of #303cfd

RGB 4860253
HSL0.660.980.59
HSV236°81°99°
CMYK 0.810.760.00   0.01
XYZ20.564410.951993.9586
Yxy10.95190.16390.0873
Hunter Lab33.093753.0060-145.1690
CIE-Lab39.499360.9454-94.7211

#303cfd color RGB value is (48,60,253).

#303cfd hex color red value is 48, green value is 60 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #303cfd hue: 0.66 , saturation: 0.98 and the lightness value of 303cfd is 0.59.

The process color (four color CMYK) of #303cfd color hex is 0.81, 0.76, 0.00, 0.01. Web safe color of #303cfd is #3333ff. Color #303cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111100 11111101
Octal 60 74 375
Decimal 48 60 253
Hex 30 3C FD

RGB Percentages of Color #303cfd

%13.30
%16.62
%70.08

CMYK Percentages of Color #303cfd

%81
%76
%0
%1

Triadic Colors of #303cfd

#303cfd #fd303c #3cfd30

Analogous Colors of #303cfd

#303cfd #8b30fd #30a3fd

Monochromatic Colors of #303cfd

#303cfd

Complementary Color

#303cfd #fdf130

#303cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#303cfd Color CSS Codes

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

#303cfd Text Font Color

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

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


#303cfd Background Color

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

This div background color is #303cfd


#303cfd Border Color

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

This div border color is #303cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.