Color Hex Logo

#393abf Color Hex

#393ABF
(57,58,191)
0 Favorites   0 Comments

Color spaces of #393abf

RGB 5758191
HSL0.670.540.49
HSV240°70°75°
CMYK 0.700.700.00   0.25
XYZ12.60447.657650.1039
Yxy7.65760.17910.1088
Hunter Lab27.672432.8778-87.9805
CIE-Lab33.259442.6503-69.4771

#393abf color RGB value is (57,58,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111010 10111111
Octal 71 72 277
Decimal 57 58 191
Hex 39 3A BF

RGB Percentages of Color #393abf

%18.63
%18.95
%62.42

CMYK Percentages of Color #393abf

%70
%70
%0
%25

Triadic Colors of #393abf

#393abf #bf393a #3abf39

Analogous Colors of #393abf

#393abf #7b39bf #397dbf

Monochromatic Colors of #393abf

#393abf

Complementary Color

#393abf #bfbe39

#393abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#393abf Color CSS Codes

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

#393abf Text Font Color

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

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


#393abf Background Color

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

This div background color is #393abf


#393abf Border Color

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

This div border color is #393abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393abf


Comments

No comments written yet.

Please login to write comment.