Color Hex Logo

#398fc2 Color Hex

#398FC2
(57,143,194)
0 Favorites   0 Comments

Color spaces of #398fc2

RGB 57143194
HSL0.560.550.49
HSV202°71°76°
CMYK 0.710.260.00   0.24
XYZ21.247424.409854.6306
Yxy24.40980.21190.2434
Hunter Lab49.4063-9.6962-30.9751
CIE-Lab56.4958-9.0281-33.9310

#398fc2 color RGB value is (57,143,194).

#398fc2 hex color red value is 57, green value is 143 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #398fc2 hue: 0.56 , saturation: 0.55 and the lightness value of 398fc2 is 0.49.

The process color (four color CMYK) of #398fc2 color hex is 0.71, 0.26, 0.00, 0.24. Web safe color of #398fc2 is #3399cc. Color #398fc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001111 11000010
Octal 71 217 302
Decimal 57 143 194
Hex 39 8F C2

RGB Percentages of Color #398fc2

%14.47
%36.29
%49.24

CMYK Percentages of Color #398fc2

%71
%26
%0
%24

Triadic Colors of #398fc2

#398fc2 #c2398f #8fc239

Analogous Colors of #398fc2

#398fc2 #394bc2 #39c2b1

Monochromatic Colors of #398fc2

#398fc2

Complementary Color

#398fc2 #c26c39

#398fc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398fc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#398fc2 Color CSS Codes

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

#398fc2 Text Font Color

<p style="color:#398fc2">Text here</p>

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


#398fc2 Background Color

<div style="background-color:#398fc2">
Div content here</div>

This div background color is #398fc2


#398fc2 Border Color

<div style="border:3px solid #398fc2">
Div here</div>

This div border color is #398fc2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,143,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #398fc2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #398fc2;
  -webkit-box-shadow: 1px 1px 3px 2px #398fc2;
  box-shadow:         1px 1px 3px 2px #398fc2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,143,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398fc2


Comments

No comments written yet.

Please login to write comment.