Color Hex Logo

#0308df Color Hex

#0308DF
(3,8,223)
0 Favorites   0 Comments

Color spaces of #0308df

RGB 38223
HSL0.660.970.44
HSV239°99°87°
CMYK 0.990.960.00   0.13
XYZ13.44375.520770.1691
Yxy5.52070.15080.0619
Hunter Lab23.496261.0133-160.6167
CIE-Lab28.169570.1276-96.5985

#0308df color RGB value is (3,8,223).

#0308df hex color red value is 3, green value is 8 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0308df hue: 0.66 , saturation: 0.97 and the lightness value of 0308df is 0.44.

The process color (four color CMYK) of #0308df color hex is 0.99, 0.96, 0.00, 0.13. Web safe color of #0308df is #0000cc. Color #0308df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00001000 11011111
Octal 3 10 337
Decimal 3 8 223
Hex 3 8 DF

RGB Percentages of Color #0308df

%1.28
%3.42
%95.30

CMYK Percentages of Color #0308df

%99
%96
%0
%13

Triadic Colors of #0308df

#0308df #df0308 #08df03

Analogous Colors of #0308df

#0308df #6c03df #0376df

Monochromatic Colors of #0308df

#0308df

Complementary Color

#0308df #dfda03

#0308df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0308df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0308df Color CSS Codes

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

#0308df Text Font Color

<p style="color:#0308df">Text here</p>

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


#0308df Background Color

<div style="background-color:#0308df">
Div content here</div>

This div background color is #0308df


#0308df Border Color

<div style="border:3px solid #0308df">
Div here</div>

This div border color is #0308df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,8,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0308df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0308df;
  -webkit-box-shadow: 1px 1px 3px 2px #0308df;
  box-shadow:         1px 1px 3px 2px #0308df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,8,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0308df


Comments

No comments written yet.

Please login to write comment.