Color Hex Logo

#0395df Color Hex

#0395DF
(3,149,223)
0 Favorites   0 Comments

Color spaces of #0395df

RGB 3149223
HSL0.560.970.44
HSV200°99°87°
CMYK 0.990.330.00   0.13
XYZ24.104326.842073.7226
Yxy26.84200.19330.2153
Hunter Lab51.8093-7.6190-48.1009
CIE-Lab58.8278-6.0470-46.6077

#0395df color RGB value is (3,149,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10010101 11011111
Octal 3 225 337
Decimal 3 149 223
Hex 3 95 DF

RGB Percentages of Color #0395df

%0.80
%39.73
%59.47

CMYK Percentages of Color #0395df

%99
%33
%0
%13

Triadic Colors of #0395df

#0395df #df0395 #95df03

Analogous Colors of #0395df

#0395df #0327df #03dfbb

Monochromatic Colors of #0395df

#0395df

Complementary Color

#0395df #df4d03

#0395df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0395df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0395df Color CSS Codes

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

#0395df Text Font Color

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

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


#0395df Background Color

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

This div background color is #0395df


#0395df Border Color

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

This div border color is #0395df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0395df


Comments

No comments written yet.

Please login to write comment.