Color Hex Logo

#398ffc Color Hex

#398FFC
(57,143,252)
0 Favorites   0 Comments

Color spaces of #398ffc

RGB 57143252
HSL0.590.970.61
HSV214°77°99°
CMYK 0.770.430.00   0.01
XYZ29.080527.543195.8791
Yxy27.54310.19070.1806
Hunter Lab52.48157.0659-71.5805
CIE-Lab59.473711.6006-61.5711

#398ffc color RGB value is (57,143,252).

#398ffc hex color red value is 57, green value is 143 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #398ffc hue: 0.59 , saturation: 0.97 and the lightness value of 398ffc is 0.61.

The process color (four color CMYK) of #398ffc color hex is 0.77, 0.43, 0.00, 0.01. Web safe color of #398ffc is #3399ff. Color #398ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001111 11111100
Octal 71 217 374
Decimal 57 143 252
Hex 39 8F FC

RGB Percentages of Color #398ffc

%12.61
%31.64
%55.75

CMYK Percentages of Color #398ffc

%77
%43
%0
%1

Triadic Colors of #398ffc

#398ffc #fc398f #8ffc39

Analogous Colors of #398ffc

#398ffc #4439fc #39f1fc

Monochromatic Colors of #398ffc

#398ffc

Complementary Color

#398ffc #fca639

#398ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#398ffc Color CSS Codes

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

#398ffc Text Font Color

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

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


#398ffc Background Color

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

This div background color is #398ffc


#398ffc Border Color

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

This div border color is #398ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398ffc


Comments

No comments written yet.

Please login to write comment.