Color Hex Logo

#398ccf Color Hex

#398CCF
(57,140,207)
0 Favorites   0 Comments

Color spaces of #398ccf

RGB 57140207
HSL0.570.610.52
HSV207°72°81°
CMYK 0.720.320.00   0.19
XYZ22.327924.131062.5124
Yxy24.13100.20490.2214
Hunter Lab49.1233-4.8326-41.0638
CIE-Lab56.2187-2.7748-41.7109

#398ccf color RGB value is (57,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001100 11001111
Octal 71 214 317
Decimal 57 140 207
Hex 39 8C CF

RGB Percentages of Color #398ccf

%14.11
%34.65
%51.24

CMYK Percentages of Color #398ccf

%72
%32
%0
%19

Triadic Colors of #398ccf

#398ccf #cf398c #8ccf39

Analogous Colors of #398ccf

#398ccf #3941cf #39cfc7

Monochromatic Colors of #398ccf

#398ccf

Complementary Color

#398ccf #cf7c39

#398ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#398ccf Color CSS Codes

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

#398ccf Text Font Color

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

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


#398ccf Background Color

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

This div background color is #398ccf


#398ccf Border Color

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

This div border color is #398ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398ccf


Comments

No comments written yet.

Please login to write comment.