Color Hex Logo

#393abb Color Hex

#393ABB
(57,58,187)
0 Favorites   0 Comments

Color spaces of #393abb

RGB 5758187
HSL0.670.530.48
HSV240°70°73°
CMYK 0.700.690.00   0.27
XYZ12.17007.483847.8168
Yxy7.48380.18040.1109
Hunter Lab27.356531.5347-84.4841
CIE-Lab32.883841.3055-67.7385

#393abb color RGB value is (57,58,187).

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

The process color (four color CMYK) of #393abb color hex is 0.70, 0.69, 0.00, 0.27. Web safe color of #393abb is #3333cc. Color #393abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111010 10111011
Octal 71 72 273
Decimal 57 58 187
Hex 39 3A BB

RGB Percentages of Color #393abb

%18.87
%19.21
%61.92

CMYK Percentages of Color #393abb

%70
%69
%0
%27

Triadic Colors of #393abb

#393abb #bb393a #3abb39

Analogous Colors of #393abb

#393abb #7939bb #397bbb

Monochromatic Colors of #393abb

#393abb

Complementary Color

#393abb #bbba39

#393abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#393abb Color CSS Codes

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

#393abb Text Font Color

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

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


#393abb Background Color

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

This div background color is #393abb


#393abb Border Color

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

This div border color is #393abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393abb


Comments

No comments written yet.

Please login to write comment.