Color Hex Logo

#0397dd Color Hex

#0397DD
(3,151,221)
0 Favorites   0 Comments

Color spaces of #0397dd

RGB 3151221
HSL0.550.970.44
HSV199°99°87°
CMYK 0.990.320.00   0.13
XYZ24.155327.373072.4170
Yxy27.37300.19490.2208
Hunter Lab52.3192-9.1468-45.4421
CIE-Lab59.3180-7.9369-44.7196

#0397dd color RGB value is (3,151,221).

#0397dd hex color red value is 3, green value is 151 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0397dd hue: 0.55 , saturation: 0.97 and the lightness value of 0397dd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10010111 11011101
Octal 3 227 335
Decimal 3 151 221
Hex 3 97 DD

RGB Percentages of Color #0397dd

%0.80
%40.27
%58.93

CMYK Percentages of Color #0397dd

%99
%32
%0
%13

Triadic Colors of #0397dd

#0397dd #dd0397 #97dd03

Analogous Colors of #0397dd

#0397dd #032add #03ddb6

Monochromatic Colors of #0397dd

#0397dd

Complementary Color

#0397dd #dd4903

#0397dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0397dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0397dd Color CSS Codes

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

#0397dd Text Font Color

<p style="color:#0397dd">Text here</p>

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


#0397dd Background Color

<div style="background-color:#0397dd">
Div content here</div>

This div background color is #0397dd


#0397dd Border Color

<div style="border:3px solid #0397dd">
Div here</div>

This div border color is #0397dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,151,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0397dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0397dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0397dd;
  box-shadow:         1px 1px 3px 2px #0397dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0397dd


Comments

No comments written yet.

Please login to write comment.