Color Hex Logo

#030ffd Color Hex

#030FFD
(3,15,253)
0 Favorites   0 Comments

Color spaces of #030ffd

RGB 315253
HSL0.660.980.50
HSV237°99°99°
CMYK 0.990.940.00   0.01
XYZ17.93807.452993.4216
Yxy7.45290.15100.0627
Hunter Lab27.300069.5119-183.7826
CIE-Lab32.816576.3860-105.8798

#030ffd color RGB value is (3,15,253).

#030ffd hex color red value is 3, green value is 15 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #030ffd hue: 0.66 , saturation: 0.98 and the lightness value of 030ffd is 0.50.

The process color (four color CMYK) of #030ffd color hex is 0.99, 0.94, 0.00, 0.01. Web safe color of #030ffd is #0000ff. Color #030ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00001111 11111101
Octal 3 17 375
Decimal 3 15 253
Hex 3 F FD

RGB Percentages of Color #030ffd

%1.11
%5.54
%93.36

CMYK Percentages of Color #030ffd

%99
%94
%0
%1

Triadic Colors of #030ffd

#030ffd #fd030f #0ffd03

Analogous Colors of #030ffd

#030ffd #7403fd #038cfd

Monochromatic Colors of #030ffd

#030ffd

Complementary Color

#030ffd #fdf103

#030ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#030ffd Color CSS Codes

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

#030ffd Text Font Color

<p style="color:#030ffd">Text here</p>

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


#030ffd Background Color

<div style="background-color:#030ffd">
Div content here</div>

This div background color is #030ffd


#030ffd Border Color

<div style="border:3px solid #030ffd">
Div here</div>

This div border color is #030ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,15,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #030ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #030ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #030ffd;
  box-shadow:         1px 1px 3px 2px #030ffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,15,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 #030ffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030ffd


Comments

No comments written yet.

Please login to write comment.