Color Hex Logo

#305dff Color Hex

#305DFF
(48,93,255)
0 Favorites   0 Comments

Color spaces of #305dff

RGB 4893255
HSL0.631.000.59
HSV227°81°100°
CMYK 0.810.640.00   0.00
XYZ23.183315.677196.4118
Yxy15.67710.17140.1159
Hunter Lab39.594335.2254-116.6546
CIE-Lab46.548042.8000-84.2112

#305dff color RGB value is (48,93,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011101 11111111
Octal 60 135 377
Decimal 48 93 255
Hex 30 5D FF

RGB Percentages of Color #305dff

%12.12
%23.48
%64.39

CMYK Percentages of Color #305dff

%81
%64
%0
%0

Triadic Colors of #305dff

#305dff #ff305d #5dff30

Analogous Colors of #305dff

#305dff #6b30ff #30c5ff

Monochromatic Colors of #305dff

#305dff

Complementary Color

#305dff #ffd230

#305dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#305dff Color CSS Codes

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

#305dff Text Font Color

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

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


#305dff Background Color

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

This div background color is #305dff


#305dff Border Color

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

This div border color is #305dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305dff


Comments

No comments written yet.

Please login to write comment.