Color Hex Logo

#398dca Color Hex

#398DCA
(57,141,202)
0 Favorites   0 Comments

Color spaces of #398dca

RGB 57141202
HSL0.570.580.51
HSV205°72°79°
CMYK 0.720.300.00   0.21
XYZ21.872924.183959.3922
Yxy24.18390.20740.2293
Hunter Lab49.1771-6.6671-37.1817
CIE-Lab56.2715-5.1121-38.8070

#398dca color RGB value is (57,141,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001101 11001010
Octal 71 215 312
Decimal 57 141 202
Hex 39 8D CA

RGB Percentages of Color #398dca

%14.25
%35.25
%50.50

CMYK Percentages of Color #398dca

%72
%30
%0
%21

Triadic Colors of #398dca

#398dca #ca398d #8dca39

Analogous Colors of #398dca

#398dca #3944ca #39cabf

Monochromatic Colors of #398dca

#398dca

Complementary Color

#398dca #ca7639

#398dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#398dca Color CSS Codes

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

#398dca Text Font Color

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

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


#398dca Background Color

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

This div background color is #398dca


#398dca Border Color

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

This div border color is #398dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398dca


Comments

No comments written yet.

Please login to write comment.