Color Hex Logo

#392beb Color Hex

#392BEB
(57,43,235)
0 Favorites   0 Comments

Color spaces of #392beb

RGB 5743235
HSL0.680.830.55
HSV244°82°92°
CMYK 0.760.820.00   0.08
XYZ17.54668.595879.3316
Yxy8.59580.16640.0815
Hunter Lab29.318655.5212-139.9066
CIE-Lab35.194164.0362-91.7009

#392beb color RGB value is (57,43,235).

#392beb hex color red value is 57, green value is 43 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #392beb hue: 0.68 , saturation: 0.83 and the lightness value of 392beb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101011 11101011
Octal 71 53 353
Decimal 57 43 235
Hex 39 2B EB

RGB Percentages of Color #392beb

%17.01
%12.84
%70.15

CMYK Percentages of Color #392beb

%76
%82
%0
%8

Triadic Colors of #392beb

#392beb #eb392b #2beb39

Analogous Colors of #392beb

#392beb #992beb #2b7deb

Monochromatic Colors of #392beb

#392beb

Complementary Color

#392beb #ddeb2b

#392beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#392beb Color CSS Codes

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

#392beb Text Font Color

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

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


#392beb Background Color

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

This div background color is #392beb


#392beb Border Color

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

This div border color is #392beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392beb


Comments

No comments written yet.

Please login to write comment.