Color Hex Logo

#398cca Color Hex

#398CCA
(57,140,202)
0 Favorites   0 Comments

Color spaces of #398cca

RGB 57140202
HSL0.570.580.51
HSV206°72°79°
CMYK 0.720.310.00   0.21
XYZ21.726123.890359.3433
Yxy23.89030.20700.2276
Hunter Lab48.8777-6.1929-37.7707
CIE-Lab55.9778-4.5334-39.2684

#398cca color RGB value is (57,140,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001100 11001010
Octal 71 214 312
Decimal 57 140 202
Hex 39 8C CA

RGB Percentages of Color #398cca

%14.29
%35.09
%50.63

CMYK Percentages of Color #398cca

%72
%31
%0
%21

Triadic Colors of #398cca

#398cca #ca398c #8cca39

Analogous Colors of #398cca

#398cca #3944ca #39cac0

Monochromatic Colors of #398cca

#398cca

Complementary Color

#398cca #ca7739

#398cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#398cca Color CSS Codes

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

#398cca Text Font Color

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

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


#398cca Background Color

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

This div background color is #398cca


#398cca Border Color

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

This div border color is #398cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398cca


Comments

No comments written yet.

Please login to write comment.