Color Hex Logo

#393aeb Color Hex

#393AEB
(57,58,235)
0 Favorites   0 Comments

Color spaces of #393aeb

RGB 5758235
HSL0.670.820.57
HSV240°76°92°
CMYK 0.760.750.00   0.08
XYZ18.19589.894179.5480
Yxy9.89410.16900.0919
Hunter Lab31.454948.2114-127.9233
CIE-Lab37.651756.9119-87.6272

#393aeb color RGB value is (57,58,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111010 11101011
Octal 71 72 353
Decimal 57 58 235
Hex 39 3A EB

RGB Percentages of Color #393aeb

%16.29
%16.57
%67.14

CMYK Percentages of Color #393aeb

%76
%75
%0
%8

Triadic Colors of #393aeb

#393aeb #eb393a #3aeb39

Analogous Colors of #393aeb

#393aeb #9139eb #3993eb

Monochromatic Colors of #393aeb

#393aeb

Complementary Color

#393aeb #ebea39

#393aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#393aeb Color CSS Codes

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

#393aeb Text Font Color

<p style="color:#393aeb">Text here</p>

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


#393aeb Background Color

<div style="background-color:#393aeb">
Div content here</div>

This div background color is #393aeb


#393aeb Border Color

<div style="border:3px solid #393aeb">
Div here</div>

This div border color is #393aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393aeb


Comments

No comments written yet.

Please login to write comment.