Color Hex Logo

#398beb Color Hex

#398BEB
(57,139,235)
0 Favorites   0 Comments

Color spaces of #398beb

RGB 57139235
HSL0.590.820.57
HSV212°76°92°
CMYK 0.760.410.00   0.08
XYZ25.915425.333382.1212
Yxy25.33330.19430.1899
Hunter Lab50.33223.8260-61.5041
CIE-Lab57.39877.8487-55.5023

#398beb color RGB value is (57,139,235).

#398beb hex color red value is 57, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #398beb hue: 0.59 , saturation: 0.82 and the lightness value of 398beb is 0.57.

The process color (four color CMYK) of #398beb color hex is 0.76, 0.41, 0.00, 0.08. Web safe color of #398beb is #3399ff. Color #398beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001011 11101011
Octal 71 213 353
Decimal 57 139 235
Hex 39 8B EB

RGB Percentages of Color #398beb

%13.23
%32.25
%54.52

CMYK Percentages of Color #398beb

%76
%41
%0
%8

Triadic Colors of #398beb

#398beb #eb398b #8beb39

Analogous Colors of #398beb

#398beb #4039eb #39e4eb

Monochromatic Colors of #398beb

#398beb

Complementary Color

#398beb #eb9939

#398beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#398beb Color CSS Codes

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

#398beb Text Font Color

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

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


#398beb Background Color

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

This div background color is #398beb


#398beb Border Color

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

This div border color is #398beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398beb


Comments

No comments written yet.

Please login to write comment.