Color Hex Logo

#305efd Color Hex

#305EFD
(48,94,253)
0 Favorites   0 Comments

Color spaces of #305efd

RGB 4894253
HSL0.630.980.59
HSV227°81°99°
CMYK 0.810.630.00   0.01
XYZ22.951215.725694.7542
Yxy15.72560.17200.1179
Hunter Lab39.655533.9123-113.9106
CIE-Lab46.612441.4762-82.9931

#305efd color RGB value is (48,94,253).

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

The process color (four color CMYK) of #305efd color hex is 0.81, 0.63, 0.00, 0.01. Web safe color of #305efd is #3366ff. Color #305efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011110 11111101
Octal 60 136 375
Decimal 48 94 253
Hex 30 5E FD

RGB Percentages of Color #305efd

%12.15
%23.80
%64.05

CMYK Percentages of Color #305efd

%81
%63
%0
%1

Triadic Colors of #305efd

#305efd #fd305e #5efd30

Analogous Colors of #305efd

#305efd #6930fd #30c5fd

Monochromatic Colors of #305efd

#305efd

Complementary Color

#305efd #fdcf30

#305efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#305efd Color CSS Codes

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

#305efd Text Font Color

<p style="color:#305efd">Text here</p>

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


#305efd Background Color

<div style="background-color:#305efd">
Div content here</div>

This div background color is #305efd


#305efd Border Color

<div style="border:3px solid #305efd">
Div here</div>

This div border color is #305efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305efd


Comments

No comments written yet.

Please login to write comment.