Color Hex Logo

#390cec Color Hex

#390CEC
(57,12,236)
0 Favorites   0 Comments

Color spaces of #390cec

RGB 5712236
HSL0.700.900.49
HSV252°95°93°
CMYK 0.760.950.00   0.07
XYZ16.95917.188979.8506
Yxy7.18890.16310.0691
Hunter Lab26.812165.9829-157.8062
CIE-Lab32.233173.5854-97.1977

#390cec color RGB value is (57,12,236).

#390cec hex color red value is 57, green value is 12 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #390cec hue: 0.70 , saturation: 0.90 and the lightness value of 390cec is 0.49.

The process color (four color CMYK) of #390cec color hex is 0.76, 0.95, 0.00, 0.07. Web safe color of #390cec is #3300ff. Color #390cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001100 11101100
Octal 71 14 354
Decimal 57 12 236
Hex 39 C EC

RGB Percentages of Color #390cec

%18.69
%3.93
%77.38

CMYK Percentages of Color #390cec

%76
%95
%0
%7

Triadic Colors of #390cec

#390cec #ec390c #0cec39

Analogous Colors of #390cec

#390cec #a90cec #0c4fec

Monochromatic Colors of #390cec

#390cec

Complementary Color

#390cec #bfec0c

#390cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#390cec Color CSS Codes

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

#390cec Text Font Color

<p style="color:#390cec">Text here</p>

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


#390cec Background Color

<div style="background-color:#390cec">
Div content here</div>

This div background color is #390cec


#390cec Border Color

<div style="border:3px solid #390cec">
Div here</div>

This div border color is #390cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,12,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #390cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #390cec;
  -webkit-box-shadow: 1px 1px 3px 2px #390cec;
  box-shadow:         1px 1px 3px 2px #390cec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390cec


Comments

No comments written yet.

Please login to write comment.