Color Hex Logo

#398fcb Color Hex

#398FCB
(57,143,203)
0 Favorites   0 Comments

Color spaces of #398fcb

RGB 57143203
HSL0.570.580.51
HSV205°72°80°
CMYK 0.720.300.00   0.20
XYZ22.289324.826660.1171
Yxy24.82660.20790.2315
Hunter Lab49.8263-7.3458-36.6570
CIE-Lab56.9061-5.9154-38.3750

#398fcb color RGB value is (57,143,203).

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

The process color (four color CMYK) of #398fcb color hex is 0.72, 0.30, 0.00, 0.20. Web safe color of #398fcb is #3399cc. Color #398fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001111 11001011
Octal 71 217 313
Decimal 57 143 203
Hex 39 8F CB

RGB Percentages of Color #398fcb

%14.14
%35.48
%50.37

CMYK Percentages of Color #398fcb

%72
%30
%0
%20

Triadic Colors of #398fcb

#398fcb #cb398f #8fcb39

Analogous Colors of #398fcb

#398fcb #3946cb #39cbbe

Monochromatic Colors of #398fcb

#398fcb

Complementary Color

#398fcb #cb7539

#398fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#398fcb Color CSS Codes

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

#398fcb Text Font Color

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

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


#398fcb Background Color

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

This div background color is #398fcb


#398fcb Border Color

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

This div border color is #398fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398fcb


Comments

No comments written yet.

Please login to write comment.