Color Hex Logo

#398fdd Color Hex

#398FDD
(57,143,221)
0 Favorites   0 Comments

Color spaces of #398fdd

RGB 57143221
HSL0.580.710.55
HSV209°74°87°
CMYK 0.740.350.00   0.13
XYZ24.560925.735272.0795
Yxy25.73520.20070.2103
Hunter Lab50.7299-2.3564-48.7312
CIE-Lab57.78480.4344-47.0914

#398fdd color RGB value is (57,143,221).

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

The process color (four color CMYK) of #398fdd color hex is 0.74, 0.35, 0.00, 0.13. Web safe color of #398fdd is #3399cc. Color #398fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001111 11011101
Octal 71 217 335
Decimal 57 143 221
Hex 39 8F DD

RGB Percentages of Color #398fdd

%13.54
%33.97
%52.49

CMYK Percentages of Color #398fdd

%74
%35
%0
%13

Triadic Colors of #398fdd

#398fdd #dd398f #8fdd39

Analogous Colors of #398fdd

#398fdd #393ddd #39ddd9

Monochromatic Colors of #398fdd

#398fdd

Complementary Color

#398fdd #dd8739

#398fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#398fdd Color CSS Codes

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

#398fdd Text Font Color

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

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


#398fdd Background Color

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

This div background color is #398fdd


#398fdd Border Color

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

This div border color is #398fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,143,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 #398fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398fdd


Comments

No comments written yet.

Please login to write comment.